# 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. > [!IMPORTANT] > You can find the resulting jar in the [Releases](https://github.com/Berack96/upo-graphs/releases).\ > The java version used is the 23 (precisely the [23.0.1](https://www.oracle.com/java/technologies/javase/jdk23-archive-downloads.html)).