Algorithms Specialization

开始时间: 06/21/2022 持续时间: Approximately 4 months to complete Suggested pace of 4 hours/week

所在平台: Coursera专项课程

课程类别: 计算机科学

大学或机构: CourseraNew

课程主页: https://www.coursera.org/specializations/algorithms

课程评论:没有评论

第一个写评论        关注课程

课程详情

Algorithms are the heart of computer science, and the subject has countless practical applications as well as intellectual depth. This specialization is an introduction to algorithms for learners with at least a little programming experience. The specialization is rigorous but emphasizes the big picture and conceptual understanding over low-level implementation and mathematical details. After completing this specialization, you will be well-positioned to ace your technical interviews and speak fluently about algorithms with other programmers and computer scientists. About the instructor: Tim Roughgarden has been a professor in the Computer Science Department at Stanford University since 2004. He has taught and published extensively on the subject of algorithms and their applications.

算法专业化:算法是计算机科学的核心,该主题具有无数的实际应用以及知识深度。该专业是对至少具有一点编程经验的学习者的算法介绍。专业化很严格,但是强调了对低级实现和数学细节的总体了解和概念理解。完成此专业后,您将可以很好地接受技术面试,并能与其他程序员和计算机科学家流利地谈论算法。 关于讲师:Tim Roughgarden自2004年以来一直是斯坦福大学计算机科学系的教授。他在算法及其应用方面进行了广泛的教学和出版。

课程大纲

Course: 1

Course Link: https://www.coursera.org/learn/algorithms-divide-conquer?specialization=algorithms

Title:Divide and Conquer, Sorting and Searching, and Randomized Algorithms

Description:The primary topics in this part of the specialization are: asymptotic ("Big-oh") notation, sorting and searching, divide and conquer (master method, integer and matrix multiplication, closest pair), and randomized algorithms (QuickSort, contraction algorithm for min cuts).

Course: 2

Course Link: https://www.coursera.org/learn/algorithms-graphs-data-structures?specialization=algorithms

Title:Graph Search, Shortest Paths, and Data Structures

Description:The primary topics in this part of the specialization are: data structures (heaps, balanced search trees, hash tables, bloom filters), graph primitives (applications of breadth-first and depth-first search, connectivity, shortest paths), and their applications (ranging from deduplication to social network analysis).

Course: 3

Course Link: https://www.coursera.org/learn/algorithms-greedy?specialization=algorithms

Title:Greedy Algorithms, Minimum Spanning Trees, and Dynamic Programming

Description:The primary topics in this part of the specialization are: greedy algorithms (scheduling, minimum spanning trees, clustering, Huffman codes) and dynamic programming (knapsack, sequence alignment, optimal search trees).

Course: 4

Course Link: https://www.coursera.org/learn/algorithms-npcomplete?specialization=algorithms

Title:Shortest Paths Revisited, NP-Complete Problems and What To Do About Them

Description:The primary topics in this part of the specialization are: shortest paths (Bellman-Ford, Floyd-Warshall, Johnson), NP-completeness and what it means for the algorithm designer, and strategies for coping with computationally intractable problems (analysis of heuristics, local search).

课程评论(0条)

课程简介

斯坦福大学的算法专项课程系列(Algorithms Specialization),这个系列包含4门子课程,涵盖基础的算法主题和高级算法主题,此前评价非常高,五颗星推荐,感兴趣的同学可以关注: Learn To Think Like A Computer Scientist-Master the fundamentals of the design and analysis of algorithms.

课程标签

数据结构 算法课程 斯坦福大学 算法 算法公开课 算法专项课程

111人关注该课程

主题相关的课程