Saturday, July 11, 2020

Top 10 Algorithms for the Coding Interview (for software engineers)

Here is the link.

1. DFS 2. BFS 3. Matching Parenthesis problem 4. Using Hash Tables 5. Variables/Pointers manipulation 6. reverse linked list (duplicates , removing duplicates) 7. sorting fundamentals (quicksort, mergesort,bubblesort techniques , runtime of a sort,time space complexity) 8. Recursion 9. custom data structures (object oriented programming) 10.Binary search



No comments:

Post a Comment