https://github.com/hpedrorodrigues/graphs
A simple implementation of some Graph algorithms
https://github.com/hpedrorodrigues/graphs
algorithm graph graph-algorithms
Last synced: 3 days ago
JSON representation
A simple implementation of some Graph algorithms
- Host: GitHub
- URL: https://github.com/hpedrorodrigues/graphs
- Owner: hpedrorodrigues
- License: mit
- Created: 2016-03-03T23:18:25.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-03-06T03:11:24.000Z (about 10 years ago)
- Last Synced: 2026-03-25T08:13:40.160Z (23 days ago)
- Topics: algorithm, graph, graph-algorithms
- Language: C++
- Homepage:
- Size: 1.05 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Graphs
A simple implementation of some Graph algorithms :)
A school work.

To run this project just type `./scripts/run.sh` ou just `make && ./graphs`.