Data Structures and Algorithms for Coding Interview

2 · Samir Paul · Oct. 24, 2022, 6:30 p.m.
In this repository, I have stored solutions to various problems and concepts of Data Structures and Algorithms in Python3 in a structured manner. Topics Covered: Dynamic Programming Sorting Algorithms LinkedList Object-Oriented Programming Binary Trees Graph Algorithms Heap Matrix Trie Binary Search Backtracking Stack Queue Greedy String Bit Manipulation Array HashMap DFS BFS Two Pointers Math Recursion In various folders of the above topics, you can find questions and concepts related to th...