Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/derekstavis/jgrape
jGrape
https://github.com/derekstavis/jgrape
Last synced: about 8 hours ago
JSON representation
jGrape
- Host: GitHub
- URL: https://github.com/derekstavis/jgrape
- Owner: derekstavis
- License: mit
- Created: 2014-02-27T13:35:19.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-02-27T14:49:07.000Z (over 10 years ago)
- Last Synced: 2023-03-28T21:44:46.740Z (over 1 year ago)
- Language: Java
- Size: 320 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
JGrape
======A simple Java GUI to learn graphs. I originally wrote JGrape in 2009 for my
(unfinished) Computer Science graduation.![Screenshot](screenshot.png?raw=true)
## Working Features:
* Depth Traversal (_Profundidade_ Button)
* Breadth Traversal (_Largura_ Button)
* Number of Components (_Componentes_ Button)
* Dijsktra Algorithm## Not Working Features:
* Fleury
* CenterSince then I never touched it. The code is not so clean, mixing Portuguese with English, no MVC concept, lots of inner classes and more to go. I'm publishing it here because it works (mostly) and can help people.
Pull requests are welcome!!