A collection of coding interview problems, their solutions and some test cases. All implementations in Java.
This repo is continuously updated with more problems.
Check this repo for interview problem solutions in Python!
- The code has been run on a Windows Machine running Amazon Corretto 11 JDK.
- This is a Maven project, with dependencies such as Lombok added to make life easier in
some cases (e.g automatic
null
checks).
You are most encouraged to make a pull request to contribute fixes or more problems. You may also contact me at [email protected]
.
Refer to the LICENSE
plain ASCII text file .