Home - michaeleliyahu/OOP GitHub Wiki
Welcome to the OPP project wiki of Tomer, Michael and Avi! We are students at Ariel University. Over the last few weeks we have created a project that deals with Graph algorithms.
Example:
Vertices:
1, 2, 3, 4, 5
edges: (source , destination , weight)
(1,2,5) , (2,3,10) , (3,4,9) , (4,5,3) , (1,3,3) , (3,5,10) , (2,3,1)
The result will be: