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
- Host: GitHub
- URL: https://github.com/arkantrust/graphs
- Owner: arkantrust
- License: mit
- Created: 2024-05-10T16:08:04.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-10T17:28:34.000Z (about 2 years ago)
- Last Synced: 2025-01-23T04:11:13.477Z (over 1 year ago)
- Language: Java
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```