Create a weighted graph and tests shown below:
- Node class : It holds the values of the Node and Edges from this node to other nodes or other nodes to this node, and key for unique ID and his location.
We create a graph from the previous class, and on that we will run the algorithm.
Clone the project
git clone https://github.com/Michael-Aga/OOP_Ex3.git








