Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 224 Bytes

File metadata and controls

2 lines (2 loc) · 224 Bytes

Topological_Sort

Program takes in pairs of relations from text file (one comes before the next) and performs a topological sort that either succeeds and gives a solution or fails and gives the loop that causes it to fail.