Skip to content

This project is about Directed Weigthed Graph in Java, including some functions to handle it and do some nice stuff.

Notifications You must be signed in to change notification settings

YosefTwito/TheMazeOfWaze

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

This project is about Directed Weigthed Graph in Java, including some functions to handle it and do some nice stuff.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages