Skip to content
Kfir Goldfarb edited this page Jan 12, 2021 · 11 revisions

Welcome to the ObjectOriented_S2020_Ex3 wiki!

In this project we implements directed weighted graph and some algorithms.

this project is to implement directed weighted data structure and graph algorithms using Python Programming language, in this project we have three parts that you can see in different wiki page - DiGraph, GraphAlgo and Comparisons

IMAGE ALT TEXT HERE

In the src page you can read about the structure of the code and details about all the class and functions. There is also a page call compare java python and networkx there you can see the comperation between our code that we do in java this code and the library networkx. we have in the code also option to draw the graph you can see example in the plot page.

Clone this wiki locally