Advanced Algorithm Design
edX
算法设计与分析(高级)”是在掌握了算法基本设计技术的基础上,进一步提高的算法课程。本课程重点介绍线性规划、网络流算法、计算复杂性理论、近似算法、随机算法及其应用。
More resources on Algorithm Design Techniques
USACO Guide
Free guide covering algorithm design paradigms
CP-Algorithms
Comprehensive guide to algorithm design techniques for competitive programming
Dynamic Programming Introduction
Abdul Bari on DP design technique
Algorithms, Part I
This course covers the essential information that every serious programmer needs to know about algorithms and data structures, with emphasis on applications and scientific performance analysis of Java implementations. Part I covers elementary data structures, sorting, and searching algorithms. Part II focuses on graph- and string-processing algorithms. All the features of this course are available for free. People who are interested in digging deeper into the content may wish to obtain the textbook Algorithms, Fourth Edition (upon which the course is based) or visit the website algs4.cs.princeton.edu for a wealth of additional material. This course does not offer a certificate upon completion.
geeksforgeeks.org
GeeksforGeeks is a comprehensive computer science learning platform offering free tutorials, articles, and practice problems on algorithms, data structures, programming languages, and interview preparation. It features step-by-step explanations, code examples, and extensive problem sets to help users master algorithm design techniques.
Algorithms, Part II
This course covers the essential information that every serious programmer needs to know about algorithms and data structures, with emphasis on applications and scientific performance analysis of Java implementations. Part I covers elementary data structures, sorting, and searching algorithms. Part II focuses on graph- and string-processing algorithms. All the features of this course are available for free. People who are interested in digging deeper into the content may wish to obtain the textbook Algorithms, Fourth Edition (upon which the course is based) or visit the website algs4.cs.princeton.edu for a wealth of additional material. This course does not offer a certificate upon completion.
