flâneur — a map of the web's best reading

資料結構與演算法(使用Python) - HackMD

hackmd.io · 1,151 words · saved by 1 readers

###### tags: `資訊科技` # 資料結構與演算法(使用Python) ## 一、學習資料結構與演算法的目的 1. ### 資料結構討論「資料儲存的方式」 - 如陣列、鏈結串列 2

資料結構與演算法(使用Python) - HackMD ###### tags: `資訊科技` # 資料結構與演算法(使用Python) ## 一、學習資料結構與演算法的目的 1. ### 資料結構討論「資料儲存的方式」 - 如陣列、鏈結串列 2. ### 演算法討論「解決問題的想法」 - 如排序方法、找質數的方法 :mega: 所選用的資料結構和演算法將影響程式的複雜度與效率 3. ### 參考網站 - [30天學演算法和資料結構](https://ithelp.ithome.com.tw/users/20111557/ironman/2110) - [演算法與資料結構](http://alrightchiu.github.io/SecondRound/mu-lu-yan-suan-fa-yu-zi-liao-jie-gou.html) - [Algorithms and Data Structures](http://gousios.org/courses/algo-ds/book/preface.html) - [以Python實作資料結構](https://super9.space/archives/1105) - [以Python實作演算法](https://super9.space/archives/1562) - [The Algorithms - Python](h

Explore this link on the map →

related reading