Solutions to the programming questions on interviewbit
Topic Name | Number of Problems Solved | Total Problems |
---|---|---|
Arrays | 50 | 53 |
Backtracking | 15 | 15 |
Binary Search | 16 | 16 |
Bit Manipulation | 13 | 13 |
Dynamic Programming | 48 | 70 |
Graphs | 31 | 32 |
Greedy Algorithm | 10 | 10 |
Hashing | 20 | 22 |
Heaps And Maps | 10 | 10 |
Linked Lists | 19 | 19 |
Math | 33 | 43 |
Stacks And Queues | 12 | 12 |
Strings | 31 | 34 |
Tree Data Structure | 45 | 45 |
Two Pointers | 18 | 18 |
- Fork the repository
- Do the desired changes (add/delete/modify)
- Make a pull request
- If there is no solution to a problem in the main branch.
- If your solution is asymptotically faster than the one in the main branch.
- If your algorithm is of the same time complexity but with reduced code size. In this case, comment out the original solution & make a pull request with your solution.
- If you have another method of solving the problem which is asymptotically slower than the original method then, comment your solution in the main file & make a pull request.
This repo is inspired by royalpranjal and black-shadows but since they last commit was 2 years ago and they do not have many solutions to latest problems, i decided to create a new one.
If you have any questions about the solutions you can find here, feel free to contact me hitesh19426@iiitd.ac.in. Please star the repo if you find it helpful at all.