-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🪐add ComputerNetworking.md and DataStructuresAndAlogrithms.md
- Loading branch information
Showing
3 changed files
with
19 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 撰寫的線上教材 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters