/Graphs

Java Application that generates graphs by inputting vertices and edges, detects cycles within the graph, the graph's weight, graph's sum of degree, vertex with less edges and also allows path inputting with validation.

Primary LanguageJavaApache License 2.0Apache-2.0

Graphs

Java Application that generates graphs by inputting vertices and edges, detects cycles within the graph, the graph's weight, graph's sum of degree, vertex with less edges and also allows path inputting with validation.

Graph Input

image

Generated Graph

image

Path Input

image

Path Validation

image