Chapter 1 Analysis of algorithms (reading notes)

0. 版權聲明

  • Algorithms 系列學習筆記來源於 Kevin Wayne 和 Robert Sedgewick 在 Coursera 網站上所授課程 Algorithms, parts I and II [1,2],課程教材 Algorithms 4th edition [3];
  • 該系列筆記不以盈利爲目的,僅用於個人學習、課後複習及科學研究;
  • 如有侵權,請與本人聯繫([email protected]),經覈實後即刻刪除;
  • 本文采用 署名-非商業性使用-禁止演繹 4.0 國際 (CC BY-NC-ND 4.0) 協議發佈;

1. unsolved

  • Algorithm: method for solving a problem;
  • Data structure: method to store information;

References

[1] https://www.coursera.org/learn/algorithms-part1?.
[2] https://www.coursera.org/learn/algorithms-part2?.
[3] Sedgewick, R. & Wayne, K. (2016). Algorithms Fourth Edition. Boston: Addison-Wesley.

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章