smxm 3e418d672e
[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
2022-10-03 22:00:27 +08:00

1.2 KiB

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

Personal Resources

All the resources and assignments used by @PKUFlyingPig in this course are maintained in PKUFlyingPig/UCB-CS170 - GitHub