Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 307 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 307 Bytes

RedBlack/Graph and MST

algorithms and data structures exam

first question: create a data structure consisting of a red black tree and a Oriented Graph.

second question: calculate the MST (minimum spanning tree) and the Second MST of a Undirected Graph.