Contains code that I used for solving various programming problems on Codechef, InterviewBit and HackerRank.
The problems are primarily based on the following topics :
- Arrays
- Math
- Binary Search
- Strings
- Bit Manipulation
- Two Pointers
- Linked Lists
- Stacks and Queues
- Backtracking
- Hashing
- Heaps and Maps
- Trees
- Dynamic Programming
- Greedy Algorithms
- Graph Algorithms