Since placement season is coming I will be learning and practicing Data Structures and Algorithms and maintain this repository for future reference, all the topics or questions that I practice during this session would be updated here.
- To Maintain the streaks some codes which I could not solve have been referred from the Solutions Section of LEETCODE.
- Some Programmes may not have Testing Codes in them but these codes are only here if they were passed in LEETCODE so all the solutions are 100% Working
- 01 Sliding Window
- 02 Two Pointer
- 03 Bitwise XOR
- 04 Linked List
- 05 Trees
- 06 Stacks
- 07 Strings
- 08 Hashmap
- 01 Array and Strings
- 02 Two Pointers
- 03 Sliding Window
- 04 Matrx
- 05 Hashmap
- 06 Intervals
- 07 Stack
- 08 Linked List
- 09 Binary Tree general
- 10 Binary Tree BFS
- 11 Binary Search Tree
- 12 Graph General
- 13 Graph BFS
- 14 Trie
- 15 Backtracking
- 16 Divide and Conquer
- 17 Kadanes Algorithm
- 18 Binary Search
- 19 Heap
- 20 Bit Manipulation
- 21 Math
- 22 1D DP
- 23 Multidimensional DP