From 9b3aa9d0e54a57091f26c2fb72cd1909ee19f824 Mon Sep 17 00:00:00 2001 From: skylee03 <1178715749@qq.com> Date: Mon, 15 Apr 2024 12:51:26 +0800 Subject: [PATCH] Update reference code --- course3/lecture_en.md | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/course3/lecture_en.md b/course3/lecture_en.md index 574c4f7..739ee67 100644 --- a/course3/lecture_en.md +++ b/course3/lecture_en.md @@ -584,11 +584,5 @@ To learn more about dynamic programming, please refer to: - _**Introduction to Algorithms** (3e)_: Chapter 15 - Dynamic Programming Reference code: -- Functions, lists & recursions: - - -- Fibonacci sequence (top-down): - - - - -- Fibonacci sequence (bottom-up): - - - - \ No newline at end of file +- [Functions, Lists & Recursions](https://try.moonbitlang.com/examples/course/lec3/function_list_recursion.mbt) +- [Dynamic Programming](https://try.moonbitlang.com/examples/course/lec3/dynamic_programming.mbt) \ No newline at end of file