https://github.com/normalhuman01/practice-problems-master
https://github.com/normalhuman01/practice-problems-master
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/normalhuman01/practice-problems-master
- Owner: normalhuman01
- License: mit
- Created: 2023-12-10T06:03:56.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-10T06:05:52.000Z (over 2 years ago)
- Last Synced: 2025-02-01T12:45:37.078Z (over 1 year ago)
- Language: Java
- Size: 47.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# practice-problems
Technical coding problems
# Setup Locally
```bash
git clone https://github.com/jojozhuang/practice-problems.git
mvn install
mvn test
```
Open the project in IntelliJ IDEA, compile and run the JUnit test cases.