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

https://github.com/arkantrust/graphs

The graph data structure for my data structures and algorithms class
https://github.com/arkantrust/graphs

Last synced: over 1 year ago
JSON representation

The graph data structure for my data structures and algorithms class

Awesome Lists containing this project

README

          

# graphs

Java program containing the graph data structure and some of its algorithms for my data structures and algorithms class.

## Prerequisites

- [Java 21](https://docs.aws.amazon.com/corretto/latest/corretto-21-ug/downloads-list.html)

## Running

This project uses the maven wrapper, so it's **not** necessary to have maven installed on your machine.

To run the **tests**, use the following command:

Linux:

```bash
./mvnw test
```

Windows:

```bash
mvnw.cmd test
```