LINKED-LIST
1 article tagged with "linked-list"
- 資料結構筆記 1 - Array (陣列), Linked List (鏈結串列)2022-04-07
資料結構大致上可以分為 linear 和 non-linear 兩種類別,其中 linear data structure 包含 array, linked-list stack, queue, non-linear data structure 包含 trees, graphs。 其中 non-linear 其實也可以用 linear data structure 來表示,因此先來介紹 linear data structure。