Add a link to the whiteboard

This commit is contained in:
2026-08-24 20:17:48 -04:00
parent 580c9fab33
commit ed0293c838

View File

@@ -24,6 +24,8 @@ is in the order which you need to take them, what would that look like?
This order is what we're trying to achieve with the topological sort This order is what we're trying to achieve with the topological sort
algorithm. Note that there can be multiple correct solutions. algorithm. Note that there can be multiple correct solutions.
By the way, [here is a link to the whiteboard](https://excalidraw.com/#json=69478-DnuxlMCcyaOkazP,I_-nOWaO9m0wJkAFfqt9JA).
## The exercise ## The exercise
Let's write the algorithm. First, test it against the Chapman classes, then Let's write the algorithm. First, test it against the Chapman classes, then