Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rodrigobalazs/java-dsa
https://github.com/rodrigobalazs/java-dsa
java junit maven
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/rodrigobalazs/java-dsa
- Owner: rodrigobalazs
- License: mit
- Created: 2024-10-12T22:31:42.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-11-07T18:08:41.000Z (6 days ago)
- Last Synced: 2024-11-07T19:23:04.944Z (6 days ago)
- Topics: java, junit, maven
- Language: Java
- Homepage:
- Size: 18.6 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)
This repository contains some DSA ( Data Structure and Algorithms ) examples using Java.
In addition, the provided 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;
```