From ac869ef3c177c72c0a7e00c5be9d6b2c06630af5 Mon Sep 17 00:00:00 2001 From: Tianyu Chen Date: Mon, 16 Oct 2023 14:30:18 -0400 Subject: [PATCH] oops broken link --- lab5.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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