This repository will hold all the DSA practice questions that i am going to do for the next few months in Javascript.
- Space and Time Complexity - The Big O notation
- Hash Maps and Sets
- Two Pointer Problems
- Sliding Window Technique
- Recursion
- Prefix Sum and Suffix sum
- Binary Search
- Sorting Algorithms - Bubble sort, Insertion sort, Selection sort, Merge sort and Quick sort
- Kadane's Algorithm
- Bit manipulation
- Matrix Related Questions
- Stacks and Queues
- Linked Lists
- Binary Trees
- Binary Search Trees