https://github.com/hpedrorodrigues/graphs
A simple implementation of some Graph algorithms
https://github.com/hpedrorodrigues/graphs
algorithm graph graph-algorithms
Last synced: 7 months 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 (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-03-06T03:11:24.000Z (over 9 years ago)
- Last Synced: 2025-03-08T09:09:22.028Z (7 months ago)
- Topics: algorithm, graph, graph-algorithms
- Language: C++
- Homepage:
- Size: 1.05 MB
- Stars: 0
- Watchers: 1
- 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`.