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-misc


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

java junit maven

Last synced: 5 days ago
JSON representation

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