Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rodrigobalazs/java-dsa


https://github.com/rodrigobalazs/java-dsa

java junit maven

Last synced: 4 days ago
JSON representation

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;
```