Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/normalhuman01/algorithm-problems-java-master
https://github.com/normalhuman01/algorithm-problems-java-master
Last synced: 17 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/normalhuman01/algorithm-problems-java-master
- Owner: normalhuman01
- License: mit
- Created: 2023-12-10T05:40:34.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-10T05:49:24.000Z (about 1 year ago)
- Last Synced: 2023-12-12T23:38:06.872Z (about 1 year ago)
- Language: Java
- Size: 1.44 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.