Leetcode attempts in Java, and Go language.
Steps to build and run Java programs:
- Use an IDE and import the project as maven project.
- Maven will build project automatically and download dependencies from maven's central repository.
- Each program has a test file located under src/test/java folder. For running test cases, TestNG has been included as a dependency in the pom.xml.
- Log4j2.xml is located under resources for logging messages.