santhoshselvan / LeetCodeLocally

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Java CI with Maven

LeetCodeLocally project is an attempt to help interviews by bringing the interview problems closer to you to run them locally with test coverage.

Prerequisite

To get started

  • Fork the project
  • Clone locally
  • run mvn clean package -s ./settings.xml

Benefits of using this repo over directly leet coding or other options

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

About


Languages

Language:Java 99.1%Language:Scala 0.9%