文件名称:算法分析与设计:面向计算机科学专业学生的算法讲座
文件大小:35KB
文件格式:ZIP
更新时间:2024-03-07 14:09:09
algorithms graph graph-algorithms greedy sorting-algorithms
算法分析与设计60H 针对计算机科学学生的算法分析和设计讲座。 Part 1:基本算法30H 讲座01- 讲座02- 讲座03- 讲座04- 讲座05- 讲座06- Part 2:图算法和动态编程30H 讲座07- 讲座08- 讲座09- 第10课- 讲座11- 第12 - 讲座13- 讲座14- 教科书 算法导论,托马斯·科门(Thomas H.Cormen) 带注释的数据结构和算法参考,Granville Barnett和Luca Del Tongo 算法分析一种主动学习方法,Jeffrey J. McConnell Grokking算法:面向程序员和其他好奇者的插图指南,Aditya Y. Bhargava 竞争编程3 ,史蒂芬·哈利姆(Steven Halim) 算法基础,吉尔·布拉萨德(Gilles Brassard)和保罗·巴特利(Paul Bartley)
【文件预览】:
Algorithms-Analysis-and-Design-master
----Lecture-11-Greedy-Algorithms()
--------README.md(683B)
----Lecture-08-Shortest-Path-Algorithms()
--------8-Dijkstra.cpp(2KB)
--------README.md(811B)
----Lecture-13-Dynamic-Programming-I()
--------13-Longest-Common-Subsequence.cpp(2KB)
--------13-Fibonacci-Series.cpp(938B)
--------README.md(805B)
--------13-Matrix-Chain-Multiplication.cpp(1KB)
--------13-Knapsack.cpp(3KB)
--------13-Coin-Change.cpp(2KB)
--------13-Subsequence-Sum.cpp(2KB)
----Lecture-03-Sorting-Algorithms-II()
--------README.md(766B)
----Lecture-09-Spanning-Tree-Algorithms()
--------9-Prim.cpp(2KB)
--------README.md(784B)
--------9-kruskal.cpp(2KB)
----Lecture-01-Complexity-Analysis()
--------README.md(556B)
----Lecture-04-Searching-Algorithms-I()
--------4-Binary-Search.cpp(2KB)
--------README.md(560B)
--------4-Jump-Search.cpp(796B)
--------4-Linear-Search.cpp(448B)
--------4-Ternary-Search.cpp(971B)
----Lecture-12-Brute-Force-Algorithms()
--------README.md(685B)
----README.md(4KB)
----Lecture-02-Sorting-Algorithms-I()
--------2-Merge-Sort.cpp(1KB)
--------2-Bubble-Sort.cpp(565B)
--------2-Shell-Sort.cpp(711B)
--------2-Insertion-Sort.cpp(618B)
--------README.md(763B)
--------2-Selection-Sort.cpp(607B)
--------2-Heap-Sort.cpp(922B)
--------2-Quick-Sort.cpp(845B)
----Lecture-14-Dynamic-Programming-II()
--------README.md(708B)
----Lecture-06-Divide-and-Conquer-Algorithms()
--------6-Ternary-Search.cpp(997B)
--------6-Binary-Search.cpp(2KB)
--------README.md(878B)
--------6-Quick-Sort.cpp(845B)
--------6-Karatsuba-for-Fast-Multiplication.cpp(0B)
--------6-Closest-Pair-of-Points.cpp(3KB)
--------6-Merge-Sort.cpp(1KB)
--------6-Fast-Power.cpp(1KB)
----Lecture-05-Searching-Algorithms-II()
--------README.md(578B)
----Lecture-10-Advanced-Graph-Algorithms()
--------README.md(812B)
----Lecture-07-Introduction-to-Graph()
--------README.md(790B)
--------7-Graphs-Adjacency-Matrix.cpp(5KB)
--------7-Graphs-Adjacency-List.cpp(5KB)
----Projects()
--------README.md(1B)