Array ( [0] => Array ( [title] => L11A [link] => https://www.youtube.com/embed/5rqBPn8DZBI ) [1] => Array ( [title] => L11B [link] => https://www.youtube.com/embed/p35Pb-UC8_Q ) [2] => Array ( [title] => L11C [link] => https://www.youtube.com/embed/xwtXcu89uqw ) [3] => Array ( [title] => L11D [link] => https://www.youtube.com/embed/92hsJPOjZe8 ) ) 國立清華大學開放式課程OpenCourseWare(NTHU, OCW) - 第11講 指標與陣列與字串練習

Title

第11講 指標與陣列與字串練習

第1節

L11A

第2節

L11B

第3節

L11C

第4節

L11D

Syllabus

章節大綱

L11_A
       複習上週進度-指標與陣列
       Review-Pointers & Array
       指標練習-計算輸入字串長度
       Pointer practice-Calculate the length of input string
 
L11_B
       指標練習-計算輸入字串長度
       Pointer practice-Calculate the length of input string
       指標與陣列練習-尋找最大、最小值
       Pointers & Array practice-Find Max & min value
       二維陣列
       2D Array
 
L11_C
       指標+二維陣列
       Pointers + 2D Array
       使用陣列來儲存資料
       Store Data in array
       如何做 insertion sort
       How to do insertion sort
 
L11_D
       如何做 insertion sort
       How to do insertion sort
       複習排列組合-指標+陣列+遞迴 
       Review permutation-Pointers+Array+Recursion)