Home - shahar-furer/Ex2 GitHub Wiki

Ex2 -The Maze Of Waze

our project deals with directed,weighted graphs and will be the infrastructure for our next projects.

the main classes are:

  1. NodeData-represents the set of operations applicable on a node (vertex) in a (directional) weighted graph.
  2. EdgeData-represents the set of operations applicable on a directional edge in a (directional) weighted graph.
  3. DGraph- represents a directional weighted graph.
  4. Graph_Algo- represents the “regular” Graph Theory algorithms.
  5. Graph_GUI-represents the set of operations applicable on a weighted directional graph.
⚠️ **GitHub.com Fallback** ⚠️