Add notes on the topic
This commit is contained in:
@@ -15,7 +15,7 @@ classes = {
|
||||
}
|
||||
|
||||
def topological_sort(adjacency_list: dict[str, set[str]]):
|
||||
# return the sorted ordering
|
||||
# return the sorted ordering ['CPSC 230', 'ENGR 101', 'CPSC 231', ...]
|
||||
return []
|
||||
|
||||
print(topological_sort(classes))
|
||||
|
||||
Reference in New Issue
Block a user