jasonfilippou / JIP

Interview Problems and their Java solutions.

Home Page:https://github.com/jasonfilippou/InterviewProblems

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 .

About

Interview Problems and their Java solutions.

https://github.com/jasonfilippou/InterviewProblems

License:GNU General Public License v3.0


Languages

Language:Java 100.0%