Skip to content

Commit 9ef9952

Browse files
authored
feat: update TOC (#46)
1 parent 6cf3fde commit 9ef9952

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/00-course-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ The course is suitable for a wide audience, from programming beginners to experi
2828
| 10 | [Hash Maps & Closures](./hash-maps-closures) | Pending | Pending | |
2929
| 11 | [Case Study: Parser](./parser) | Pending | Pending | |
3030
| 12 | [Case Study: Autodiff](./autodiff) | Pending | Pending | |
31-
| 13 | Case Study: Neural Network | Pending | Pending | |
31+
| 13 | [Case Study: Neural Network](./neural-network) | Pending | Pending | |
3232
| 14 | Case Study: Stack Machine | Pending | Pending | |
3333

3434
Chapters 1 to 6 focus on functional programming, where we will learn about basic data structures and algorithms, and then delve into advanced topics such as higher-order functions and interfaces. Starting from Chapter 7, we will move on to imperative programming, where we will work with mutable data. Finally, we will conclude our study with an introduction to object-oriented programming. In the last few chapters, we will present some case studies to demonstrate how to use MoonBit to develop complex programs.

0 commit comments

Comments
 (0)