diff --git a/lab5.md b/lab5.md index ba050c0..6d312c3 100644 --- a/lab5.md +++ b/lab5.md @@ -7,7 +7,7 @@ by implementing the `isHeap()` method in the `BinomialHeap` and `BinomialQueue` classes and the `insert()` and `merge()` methods in the `BinomialQueue` class. -Please review the lecture notes [here](./Oct-16.md) before you start. +Please review the lecture notes [here](./lectures/Oct-16) before you start. ## Support Code and Submission