* added a method where you can get all the marks * implemented and tested * moved main * changed README * builded JavaDoc * builded jar
9 lines
916 B
Markdown
9 lines
916 B
Markdown
# MyGraph
|
|
|
|
This repository host a hopefully complete version of a graph's implementation.
|
|
This Graph offers all the basics functionalities like adding/removing vertices, edges... marks vertices, visit the graph and getting some useful informations.
|
|
It has even a little window which uses the implemented graph for helping seeing it.
|
|
|
|
You can download the builded jar in the 'jar' folder.
|
|
You can add it to the project for using it or simply run it.
|