Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 772 Bytes

README.md

File metadata and controls

21 lines (12 loc) · 772 Bytes

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 [email protected].

License

Refer to the LICENSE plain ASCII text file .