Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 890 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 890 Bytes

TheMazeOfWaze

  • Created as an Object-Oriented-Programming Project during the second year at Ariel University in the Department of Computer Science, 2019.
  • Written on Eclipse.

Overview

This project is about Directed Weighted Graphs. Developing a data Structure of it, creating nodes and edges, and handling them in Java. Including some useful functions (Computing shortest path between nodes, check if the graph is connected and some more functions) described in the wiki pages. This project is able to make a gui window (with JFrame) and use it to draw the graph we created.

Simple Main-code for example:

Main

Simple Graph-png for example:

Graph