Interview preparation kit is a project developed for collaboratively solving interview oriented problem statements using approriate data structure and algorithms.
This project solve problems listed on HackerRank
This project divides problems according to their nature of solution. For example - Arrays, Sorting, etc This help will developers to find and focus on any specific type of algorithm.
All programs require GNU compiler.
You can use g++ compiler or mingw to compile programs.
All programs take input from STDIN and output to STDOUT
- Warm-Up Challenges
- Arrays
- Linked List
- Search
- Sorting
- String Manipulations
- Stacks and Queues
- Trees
- Dictionaries and HashMaps
- Greedy Algorithms
- Dynamic Programming