https://github.com/normalhuman01/algorithm-problems-java-master
https://github.com/normalhuman01/algorithm-problems-java-master
Last synced: about 1 year 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 (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-10T05:49:24.000Z (over 2 years ago)
- Last Synced: 2025-02-01T12:45:39.285Z (over 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.