Skip to content

Commit 2d1108d

Browse files
skylee03peter-jerry-ye
authored andcommitted
Update reference code
1 parent bafa5bc commit 2d1108d

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

course3/lecture_en.md

+2-8
Original file line numberDiff line numberDiff line change
@@ -584,11 +584,5 @@ To learn more about dynamic programming, please refer to:
584584
- _**Introduction to Algorithms** (3e)_: Chapter 15 - Dynamic Programming
585585

586586
Reference code:
587-
- Functions, lists & recursions:
588-
- <https://try.moonbitlang.com/#e4fa5493>
589-
- Fibonacci sequence (top-down):
590-
- <https://try.moonbitlang.com/#6dfd2852>
591-
- <https://try.moonbitlang.com/#65113dcb>
592-
- Fibonacci sequence (bottom-up):
593-
- <https://try.moonbitlang.com/#62319080>
594-
- <https://try.moonbitlang.com/#b3948997>
587+
- [Functions, Lists & Recursions](https://try.moonbitlang.com/examples/course/lec3/function_list_recursion.mbt)
588+
- [Dynamic Programming](https://try.moonbitlang.com/examples/course/lec3/dynamic_programming.mbt)

0 commit comments

Comments
 (0)