資料結構線上課程,9個課程幫助你學會
更新日期: 2024 年 3 月 31 日
本文彙整國內外資料結構線上課程,包括美國史丹佛大學、加州大學、伊利諾大學、科羅拉多州立大學,以及台灣大學、陽明交通大學、清華大學等學習課程,提供給希望學會資料結構的朋友們參考。
史丹佛大學 Data Structures
- 課程名稱:Graph Search, Shortest Paths, and Data Structures
- 上課平台::coursera
- 課程時間:約需15小時來完成課程
- 課程說明:史丹佛大學的演算法專項課程(Algorithms Specialization)的一部分。
- 課程內容:
- Breadth-first and depth-first search; computing strong components; applications.
- Dijkstra’s shortest-path algorithm.
- Heaps; balanced binary search trees.
- Hashing; bloom filters.