From 3a67d85c4bd152db6127ccfd8e58590720ccc79c Mon Sep 17 00:00:00 2001 From: skylee03 <1178715749@qq.com> Date: Sat, 25 May 2024 18:24:10 +0800 Subject: [PATCH] add link to Chapter 5 --- docs/00-course-overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/00-course-overview.md b/docs/00-course-overview.md index 9820b89..6cf85bb 100644 --- a/docs/00-course-overview.md +++ b/docs/00-course-overview.md @@ -20,7 +20,7 @@ The course is suitable for a wide audience, from programming beginners to experi | 2 | [Development Environments & Expressions](./development-environments-expressions) | Pending | Pending | | | 3 | [Functions, Lists & Recursion](./functions-lists-recursion) | Pending | Pending | | | 4 | Tuples, Structs & Enums | Pending | Pending | | -| 5 | Trees | Pending | Pending | | +| 5 | [Trees](./trees) | Pending | Pending | | | 6 | Generics & Higher-Order Functions | Pending | Pending | | | 7 | Imperative Programming | Pending | Pending | | | 8 | Queues | Pending | Pending | |