https://medium.com/@codingfreak/top-algorithms-data-structures-concepts-every-computer-science-student-should-know-e0549c67b4ac
Top algorithms –
Top Data Structures –
Along with above algorithms, every computer science student is expected to implement below data structures –
Trie Implementation | Insert, Search and Delete
Memory efficient Trie Implementation using Map | Insert, Search and Delete
Memory efficient Trie Implementation using Map | Insert, Search and Delete
One is also expected to be familiar with other programming paradigms like Backtracking, Dynamic Programming, Divide & Conquer, Greedy Algorithms and concepts like Hashing and Recursion.
Comments
Post a Comment