LeetCodeLocally project is an attempt to help interviews by bringing the interview problems closer to you to run them locally with test coverage.
- Understand how fork works at https://help.github.com/en/github/getting-started-with-github/fork-a-repo
- Have JDK8
- Fork the project
- Clone locally
- run
mvn clean package -s ./settings.xml
- Support for debugging
- More upfront test cases than most popular websites
- Add your own tests cases before you get started
- Finding your edge cases will help you write full algorithm
- Add your own exercises
- Example, you learnt about new problem from an interview, you can add it here
- Contribute questions/solutions and share with your friends
- Write in Java or Scala (Kotlin coming up)