Skip to content

hitesh19426/Interviewbit-Topicwise-Solutions

Repository files navigation

Interviewbit-Topicwise-Solutions

Solutions to the programming questions on interviewbit

Summary of questions done topicwise

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

How to contribute?

  1. Fork the repository
  2. Do the desired changes (add/delete/modify)
  3. Make a pull request

When to contribute?

  1. If there is no solution to a problem in the main branch.
  2. If your solution is asymptotically faster than the one in the main branch.
  3. 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.
  4. 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.

Credits:

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 [email protected]. Please star the repo if you find it helpful at all.

About

Solutions to the programming questions on interviewbit.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages