Skip to content

Commit

Permalink
🪐add ComputerNetworking.md and DataStructuresAndAlogrithms.md
Browse files Browse the repository at this point in the history
  • Loading branch information
xxrjun committed Apr 21, 2024
1 parent 7f55a9a commit 09b8fa8
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
7 changes: 7 additions & 0 deletions docs/fundamentals/ComputerNetworking.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Computer Networking

- [**NTHUOCW 計算機網路**](https://www.youtube.com/watch?v=8HoeJ3JleQg&list=PLS0SUwlYe8cwqVK1W3cs5zrdChpWA1ooB) - 由清大黃能富教授所上的計算機網路課程

- [**課程講義與練習題**](https://ocw.nthu.edu.tw/ocw/index.php?page=course_news_content&cid=291&id=1015)

- [**Computer Networking: A Top-Down Approach 8th**](http://gaia.cs.umass.edu/kurose_ross/lectures.php) - 由 JimKurose 撰寫的線上教材
9 changes: 9 additions & 0 deletions docs/fundamentals/DataStructuresAndAlgorithms.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Data Structrures and Algorithms

- [**UC Berkeley CS61B Spring 2021**](https://sp21.datastructur.es/) - UC Berkeley 資料結構課程,使用的程式語言是 Java,作業也很有趣,個人相當喜歡。選擇年份時記得看一下該學期的 autograder 是否有開放以利檢測自己作業的正確性。

!!! Note "過去學習的紀錄 [**xxrjun/cs61b-sp21**](https://github.com/xxrjun/cs61b-sp21)"

- [**Algorithms, Part I**](https://www.coursera.org/learn/algorithms-part1), [**Algorithms, Part II**](https://www.coursera.org/learn/algorithms-part2)

- [**Algorithms, 4th Edition**](https://algs4.cs.princeton.edu/home/)
5 changes: 3 additions & 2 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,9 @@ nav:
- Beginning: web/Beginning.md
- Frontend: web/Frontend.md
- Backend: web/Backend.md
- Machine Learning: machine-learning.md
- LLM: llm.md
- Machine Learning:
- LLM: ml/llm.md
- Software Engineering: SoftwareEngineering.md
- Specialized Fields:
- Data Science: specialized-fields/data-science.md
- Quantum Computing: specialized-fields/quantum-computing.md
Expand Down

0 comments on commit 09b8fa8

Please sign in to comment.