The repository contains solutions to various problems on interviewbit. The code is merely a snippet (as solved on InterviewBit) & hence is not executable in a java compiler.
All the solutions must pass all the test cases on the InterviewBit website.
- Fork this repository
- Create an issue.
- Make a pull request and wait for it to be merged.
- 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.
- If you have another method of solving the problem which is asymptotically slower than the original method but is more clear and easy to understand then, comment your solution in the main file & make a pull request.