Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/normalhuman01/algorithm-problems-java-master


https://github.com/normalhuman01/algorithm-problems-java-master

Last synced: 17 days ago
JSON representation

Awesome Lists containing this project

README

        

# Solutions for Algorithm Problems in Java
* https://leetcode.com/problemset/algorithms/
* https://www.lintcode.com/problem/
* https://www.hackerrank.com/domains/algorithms

# Setup Locally
```bash
git clone https://github.com/jojozhuang/algorithm-problems-java.git
mvn install
mvn test
```
Open the project in IntelliJ IDEA, compile and run the JUnit test cases.