[TRANSLATION] translate CS170.md (#260)

* [TRANSLATION]translate CS170.md

* Update CS170.en.md

* Update MITLA.en.md

* Update Duke-Coursera-Intro-C.en.md

* Update N2T.en.md

* Update signal.en.md

* Update CS70.en.md

* Update CS106L.en.md

* Update fullstackopen.en.md

* Update Data100.en.md
This commit is contained in:
smxm 2022-10-03 22:00:27 +08:00 committed by GitHub
parent 33240b7274
commit 3e418d672e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
9 changed files with 38 additions and 14 deletions

View File

@ -14,6 +14,6 @@ The course covers testing, configuration and environment management, and the use
## Resources
- Course Website: <https://fullstackopen.com/en/>
- Assignments: refer to course website
- Assignments: refer to the course website
- Course group on Discord: <https://study.cs.helsinki.fi/discord/join/fullstack/>
- Course group on Telegram: <https://t.me/fullstackcourse/>

View File

@ -29,7 +29,7 @@ This course extracts the essence of computers while omitting the tedious and com
- Course Website[Nand2Tetris I](https://www.coursera.org/learn/build-a-computer/home/week/1), [Nand2Tetris II](https://www.coursera.org/learn/nand2tetris2/home/welcome)
- RecordingsRefer to course website
- Textbook: [The Elements of Computing Systems: Building a Modern Computer from First Principles (CN-zh version)](book)
- Assignments10 projects to construct a computer, refer to course website for more details
- Assignments10 projects to construct a computer, refer to the course website for more details
[book]: https://github.com/PKUFlyingPig/NandToTetris/blob/master/%5B%E8%AE%A1%E7%AE%97%E6%9C%BA%E7%B3%BB%E7%BB%9F%E8%A6%81%E7%B4%A0%EF%BC%9A%E4%BB%8E%E9%9B%B6%E5%BC%80%E5%A7%8B%E6%9E%84%E5%BB%BA%E7%8E%B0%E4%BB%A3%E8%AE%A1%E7%AE%97%E6%9C%BA%5D.(%E5%B0%BC%E8%90%A8).%E5%91%A8%E7%BB%B4.%E6%89%AB%E6%8F%8F%E7%89%88.pdf

View File

@ -17,6 +17,6 @@ In addition to the course materials, the famous Youtuber **3Blue1Brown**'s video
## Resources
- Course Website: <https://ocw.mit.edu/courses/mathematics/18-06sc-linear-algebra-fall-2011/syllabus/>
- Recordings: refer to course website
- Recordings: refer to the course website
- Textbook: Introduction to Linear Algebra, Gilbert Strang
- Assignments: refer to course website
- Assignments: refer to the course website

View File

@ -23,8 +23,8 @@ The course notes are also written in a very in-depth manner, with derivations of
## Course Resources
- Course Website: <http://www.eecs70.org/>
- Textbook: refer to course website
- Assignments: refer to course website
- Textbook: refer to the course website
- Assignments: refer to the course website
## Personal Resources

View File

@ -12,6 +12,6 @@ This is Berkeley's introductory course in data science, covering the basics of d
## Resources
- Course Website: <https://ds100.org/fa21/>
- Records: refer to course website
- Records: refer to the course website
- Textbook: <https://www.textbook.ds100.org/intro.html>
- Assignments: refer to course website
- Assignments: refer to the course website

View File

@ -0,0 +1,24 @@
# CS170: Efficient Algorithms and Intractable Problems
## Descriptions
- Offered by: UC Berkeley
- Prerequisites: CS61B, CS70
- Programming Languages: LaTeX
- Difficulty: 🌟🌟🌟
- Class Hour: 60 hours
This is Berkeley's algorithm design and analysis course. It focuses on the theoretical foundations and complexity analysis of algorithms, covering Divide-and-Conquer, Graph Algorithms, Shortest Paths, Spanning Trees, Greedy Algorithms, Dynamic programming, Union Finds, Linear Programming, Network Flows, NP-Completeness, Randomized Algorithms, Hashing, etc.
The textbook for this course is well written and very suitable as a reference book. In addition, this class has written assignments and is recommended to use LaTeX. You can take this opportunity to practice your LaTeX skills.
## Course Resources
- Course Website: <https://cs170.org/>
- Recordings: <https://www.youtube.com/playlist?list=PLnocShPlK-Ft-o7NInBDw18be86dNaxlT>
- Recordings: refer to the course website
- Assignments: refer to the course website
## Personal Resources
All the resources and assignments used by @PKUFlyingPig in this course are maintained in [PKUFlyingPig/UCB-CS170 - GitHub](https://github.com/PKUFlyingPig/UCB-CS170)

View File

@ -13,8 +13,8 @@ The highlight of this course is the six exciting labs that will allow you to use
## Course Resources
- Course Website: <https://inst.eecs.berkeley.edu/~ee120/fa19/>
- Recordings: refer to course website
- Assignments: refer to course website
- Recordings: refer to the course website
- Assignments: refer to the course website
## Personal Resources

View File

@ -23,7 +23,7 @@ In short, the course is not difficult but very informative which requires you to
- Textbook: <http://web.stanford.edu/class/cs106l/full_course_reader.pdf>
- Assignment1 Download: <https://github.com/snme/cs106L-assignment1>
- Assignment2 Download: <https://github.com/snme/cs106L-assignment2>
- Assignments: refer to course website
- Assignments: refer to the course website
## Personal Resources

View File

@ -20,9 +20,9 @@ This is an excellent course which I benefited a lot from.
## Course Resources
- Course Website: <https://www.coursera.org/specializations/c-programming>
- Recordings: refer to course website
- Textbook: refer to course website
- Assignments: refer to course website
- Recordings: refer to the course website
- Textbook: refer to the course website
- Assignments: refer to the course website
## Personal Resources