/JIP

Interview Problems and their Java solutions.

Primary LanguageJavaGNU General Public License v3.0GPL-3.0

JIP - Interview Problems in Java

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!

Implementation Notes

  • 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).

Contact

You are most encouraged to make a pull request to contribute fixes or more problems. You may also contact me at jason.filippou@gmail.com.

License

Refer to the LICENSE plain ASCII text file .