https://github.com/vfdev-5/graphtoolsapp
simple graph application
https://github.com/vfdev-5/graphtoolsapp
Last synced: 8 months ago
JSON representation
simple graph application
- Host: GitHub
- URL: https://github.com/vfdev-5/graphtoolsapp
- Owner: vfdev-5
- Created: 2014-10-16T08:41:52.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-03-11T15:41:27.000Z (about 11 years ago)
- Last Synced: 2025-02-08T10:44:06.809Z (over 1 year ago)
- Language: C++
- Homepage:
- Size: 184 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Small graph tools application
- Greedy graph coloring test application (adapted example from the book 'Data structures and algorithms', Aho, Hopkroft, Ullman)
- Compute shortest path between two vertices using Bellman Ford algorithm (https://en.wikipedia.org/wiki/Bellman%E2%80%93Ford_algorithm
http://e-maxx.ru/algo/ford_bellman)