Google coding interviews on Data structure and Algorithms
1
Google coding interviews on Data structure and Algorithms, The pro-programmer series.
Course Description
This is Season 1 Data Structure and Algorithm Series . In this season I have covered The Arrays and Linked List Data structure theory, including time complexity and Frequently asked questions in Google and other FAANG companies such as,
1. Reverse a Linked List
2. Cycle detection in Linked List
3. Two pointer algorithms
4. Delete middle in LinkedList without head
5. Full sum problem