Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 431 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 431 Bytes

Java-Graph

This is an implementation of a graphsystem in Java. When running main(), it starts a Console in which you can work with and change the graph dynamically.

Type help for a list of commands.

Features:

  • insert Knot
  • delete Knot
  • print table
  • print properties
  • edit connection between knots
  • reset data of graph
  • search if knot exists
  • print connected neighbours of knot
  • dynamic graph control through console