Home
ithamarSpitz edited this page Jan 14, 2021
·
3 revisions
Clone this wiki locally
Welcome to the Ex3_OOp wiki!
our project was to create a directed weighted graph.
there were three parts to the assignment:
- the first was to create a directed weighted graph also known as "DIGraph".
- the second was to write operation methods to analyze the graph also known as "GraphAlgo".
- the third was to use the third assignment in java and network x library and compare it with our operations. the third part is here