This is a list of good resources that I found worth following. Most of them overlap but that’s not the point. It’s for reference purpose before I start applying for job interviews to certain myself that I have not missed out on anything important as I would be difficult to cover and master each and every topic out there. I would try to summarize the articles once I am done will all the topics and make a list of topics to save times in case I come back to the article.
1, 2, 3, 4, 5, 6, 7
Top of the line resources –
System Design
System Design
Question List
Must Do –
***** Decent Collection for all DS topics
***** https://geeksforgeeks.quora.com/
Udacity Course – Technical Interview
*** Handful of Question for Each Topic
*** Cheat Sheet – https://gist.github.com/TSiege/cbb0507082bb18ff7e4b
*** Ashish Kedia – 1
Stick to Basics. I would classify the following data structures as **must know**
- Linked List – Single and Doubly
- Stack
- Queues
- Binary Search Trees or general Binary Tree
- Heaps
- Basic Graph Traversal and Shortest Path
- Hashing
Following data structures may be asked. I would say that their probability of being asked is between 50 to 75% –
- Tries
- Advance Graphs like flow and min-cut etc.
- Bit Manipulation
Following Algorithms / Tricks / Topics may also be important :
- Memory Management
- Basic Co-ordinate geometry – Manhattan Distance, Closest Point Pair
- Divide and Conquer
- Greedy
- Dynamic Programming – Extremely important
- Probability and basic Number Theory
- Sorting and Searching
Following topics is important for Knowledge / Experience based questions :
- OS – Threads, Processes and Locks using Mutex, Semaphores (Operating systems Archives – GeeksforGeeks)
- Scalability Issues, RPCs, Rate limiter, etc.
- OOP Concepts
- Databases – SQL, NoSQL, Writing simple Queries, Transactions, ACID
- Linux Commands – sed, grep, ps, etc.
Hash Tables , Binary Search Trees , Linked Lists are the data structures you will need frequently in the interviews.
Top 30 Data Structures Problems for Technical Interview Preparation
http://www.ardendertat.com/2012/01/09/programming-interview-questions/
Good Collection of problem. All of these can be dealt when we are done with our own collection. Almost all question will be same. But those different one will be new and the better one –
https://github.com/zqhxuyuan/zava/blob/master/src/main/java/com/interview/README.md
https://github.com/yangchi/LCPractice