Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rodrigobalazs/java-dsa-misc
https://github.com/rodrigobalazs/java-dsa-misc
java junit maven
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/rodrigobalazs/java-dsa-misc
- Owner: rodrigobalazs
- License: mit
- Created: 2024-10-12T22:31:42.000Z (26 days ago)
- Default Branch: main
- Last Pushed: 2024-10-13T00:16:04.000Z (25 days ago)
- Last Synced: 2024-10-20T14:07:14.023Z (18 days ago)
- Topics: java, junit, maven
- Language: Java
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Java DSA (Data Structure and Algorithms) / Misc
This repository contains some DSA ( Data Structure and Algorithms ) / Miscellaneous examples using Java. Some of the
examples are unit tested via Junit.### 🔧 Technology Stack
```
Java 17
Junit 5
Maven
Apache Commons
```### ⚒️ Getting Started
```bash
# clone and compile the project
git clone https://github.com/rodrigobalazs/java-DSA-misc.git;
cd java-DSA-misc;
mvn clean install;# to execute all the unit tests via Junit
mvn test;
```