Skip to content
Eden Roas edited this page Dec 29, 2021 · 5 revisions

Welcome to the OOP_Ex3 wiki!

Welcome to our third task

Overview:

Writing an algorithm and creating a link graph. the data structure that the assignment is built on is an directional weighted graph. for info about this type of graph you can visit: [https://en.wikipedia.org/wiki/Directed_graph]. the process of building this data structrue was to implement and program the interfaces sent by Shai Aharon. here are the classes of this data structure:

Class Description
NodeData represents a vertices on the grap
Point3D represents a 3 coordinates point
DiGraph represents an graph based on the vertices and edges
GraphAlgo a data structure based on the DirectedWeightedGraph structrue that offers variuos algorithms

Clone this wiki locally