Topic 13: Recursion

# เนื้อหาบรรยาย เนื้อหาปฏิบัติการ ความยาว (นาที) หมายเหตุ
1 Concept and Simple Example of Recursion - 12:55 แนวคิดและตัวอย่างง่าย ๆ ของการเรียกซ้ำ (Recursion)
2 Recursive Call and Calling End - 9:38 การเรียกซ้ำและจุดยุติ กลไกพื้นฐานในการคำนวณ
3 Sum and Fibonacci - 13:23 ตัวอย่างการเรียกซ้ำแบบสองจุด ปัญหาการคำนวณซ้ำซาก
4 Recursive and Basis Steps and Example Multiply - 11:30 กรณีพื้นฐานและกรณีเรียกซ้ำ ตัวอย่าง Multiply
5 Solution Multiply and Example Count5 - 7:35 เฉลยโจทย์ Multiply และ ตัวอย่าง Count5
6 Solution Count5 and Example CountA - 8:43 เฉลยโจทย์ Count5 และตัวอย่างโจทย์ CountA
7 Solution CountA and Benefits - 4:01 เฉลยโจทย์ CountA และประโยชน์ของการทำ Recursion
8 Tower of Hanoi and Closing Remarks - 10:21 ปัญหาหอคอยฮานอยและบทสรุปเกี่ยวก้บ Recursion
9 - Exercise: ConsecDupRemoval Part 1 16:10 โจทย์ ConsecDupRemoval Part 1, การใช้ substring
10 - Exercise: ConsecDupRemoval Part 2 18:26 โจทย์ ConsecDupRemoval Part 2
11 - Exercise: RemoveAnyDup 14:41 โจทย์ RemoveAnyDup
12 - Exercise: PalindromeMaker 11:58 โจทย์ PalindromeMaker
13 - Exercise: IncreasingString 16:11 โจทย์ IncreasingString