“2016级--小班讨论 (第二学期)”的版本间的差异
来自问题求解
(未显示同一用户的15个中间版本) | |||
第15行: | 第15行: | ||
<li>双射。</li> | <li>双射。</li> | ||
<li>等价关系与除法。</li> | <li>等价关系与除法。</li> | ||
+ | </ol> | ||
+ | |||
+ | =2017年3月8日= | ||
+ | [[媒体文件:小班讨论-16级-第2学期-第3次.pdf|[课件下载]]] | ||
+ | <ol> | ||
+ | <li>maximum-subarray problem。</li> | ||
+ | <li>substitution method。</li> | ||
+ | <li>recursion-tree method。</li> | ||
+ | <li>master method。</li> | ||
+ | <li>divide-and-conquer。</li> | ||
+ | </ol> | ||
+ | |||
+ | =2017年3月15日= | ||
+ | [[媒体文件:小班讨论-16级-第2学期-第4次.pdf|[课件下载]]] | ||
+ | <ol> | ||
+ | <li>induction, recursion, recurrences。</li> | ||
+ | <li>induction。</li> | ||
+ | <li>recurrences。</li> | ||
+ | <li>recurrences and selection。</li> | ||
+ | </ol> | ||
+ | |||
+ | =2017年3月22日= | ||
+ | [[媒体文件:小班讨论-16级-第2学期-第5次.pdf|[课件下载]]] | ||
+ | <ol> | ||
+ | <li>probability。</li> | ||
+ | <li>the principle of inclusion and exclusion。</li> | ||
+ | <li>conditional probability。</li> | ||
+ | <li>random variables。</li> | ||
+ | </ol> | ||
+ | |||
+ | =2017年3月29日= | ||
+ | [[媒体文件:小班讨论-16级-第2学期-第6次.pdf|[课件下载]]] | ||
+ | <ol> | ||
+ | <li>randomized algorithm。</li> | ||
+ | <li>expected running time。</li> | ||
+ | <li>probability distributions and variance。</li> | ||
+ | </ol> | ||
+ | |||
+ | =2017年4月5日= | ||
+ | [[媒体文件:小班讨论-16级-第2学期-第7次.pdf|[课件下载]]] | ||
+ | <ol> | ||
+ | <li>Quicksort。</li> | ||
+ | <li>sorting in linear time。</li> | ||
+ | <li>selection problem。</li> | ||
+ | </ol> | ||
+ | |||
+ | =2017年4月12日= | ||
+ | [[媒体文件:小班讨论-16级-第2学期-第8次.pdf|[课件下载]]] | ||
+ | <ol> | ||
+ | <li>dynamic set及其实现。</li> | ||
+ | <li>linked list。</li> | ||
+ | <li>stack。</li> | ||
+ | <li>queue。</li> | ||
+ | <li>rooted tree。</li> | ||
+ | <li>allocating and freeing objects。</li> | ||
+ | </ol> | ||
+ | |||
+ | =2017年4月19日= | ||
+ | [[媒体文件:小班讨论-16级-第2学期-第9次.pdf|[课件下载]]] | ||
+ | <ol> | ||
+ | <li>heap和heapsort。</li> | ||
+ | <li>priority queue。</li> | ||
+ | <li>ADT。</li> | ||
+ | <li>single-linkage agglomerative clustering。</li> | ||
+ | </ol> | ||
+ | |||
+ | =2017年4月26日= | ||
+ | [[媒体文件:小班讨论-16级-第2学期-第10次.pdf|[课件下载]]] | ||
+ | <ol> | ||
+ | <li>dictionary。</li> | ||
+ | <li>hash function。</li> | ||
+ | <li>probability calculations in hashing。</li> | ||
+ | <li>collision resolution。</li> | ||
+ | </ol> | ||
+ | |||
+ | =2017年5月3日= | ||
+ | [[媒体文件:小班讨论-16级-第2学期-第11次.pdf|[课件下载]]] | ||
+ | <ol> | ||
+ | <li>binary search trees。</li> | ||
+ | <li>red-black trees。</li> | ||
+ | </ol> | ||
+ | |||
+ | =2017年5月10日= | ||
+ | [[媒体文件:小班讨论-16级-第2学期-第12次.pdf|[课件下载]]] | ||
+ | <ol> | ||
+ | <li>dynamic programming的基本概念。</li> | ||
+ | <li>dynamic programming的实例。</li> | ||
+ | </ol> | ||
+ | |||
+ | =2017年5月17日= | ||
+ | [[媒体文件:小班讨论-16级-第2学期-第13次.pdf|[课件下载]]] | ||
+ | <ol> | ||
+ | <li>greedy algorithms。</li> | ||
+ | <li>amortized analysis。</li> | ||
+ | <li>dynamic tables。</li> | ||
+ | </ol> | ||
+ | |||
+ | =2017年5月24日= | ||
+ | [[媒体文件:小班讨论-16级-第2学期-第14次.pdf|[课件下载]]] | ||
+ | <ol> | ||
+ | <li>connected components。</li> | ||
+ | <li>linked-list representation。</li> | ||
+ | <li>disjoint-set forests。</li> | ||
+ | <li>how many tables。</li> | ||
+ | <li>the suspects。</li> | ||
+ | <li>partition refinement。</li> | ||
+ | </ol> | ||
+ | |||
+ | =2017年5月31日= | ||
+ | [[媒体文件:小班讨论-16级-第2学期-第15次.pdf|[课件下载]]] | ||
+ | <ol> | ||
+ | <li>图论中的术语。</li> | ||
+ | <li>用图来建模问题。</li> | ||
+ | <li>图论中的常用证明方法。</li> | ||
+ | <li>图的集合表示。</li> | ||
+ | </ol> | ||
+ | |||
+ | =2017年6月7日= | ||
+ | [[媒体文件:小班讨论-16级-第2学期-第16次.pdf|[课件下载]]] | ||
+ | <ol> | ||
+ | <li>图的计算机表示。</li> | ||
+ | <li>图的搜索。</li> | ||
+ | </ol> | ||
+ | |||
+ | =2017年6月14日= | ||
+ | [[媒体文件:小班讨论-16级-第2学期-第17次.pdf|[课件下载]]] | ||
+ | <ol> | ||
+ | <li>树的等价定义。</li> | ||
+ | <li>树的其它性质。</li> | ||
+ | <li>生成树。</li> | ||
+ | </ol> | ||
+ | |||
+ | =2017年6月21日= | ||
+ | [[媒体文件:小班讨论-16级-第2学期-第18次.pdf|[课件下载]]] | ||
+ | <ol> | ||
+ | <li>Generic method。</li> | ||
+ | <li>Kruskal and Prim。</li> | ||
</ol> | </ol> |
2017年6月21日 (三) 15:35的最新版本
目录
2017年2月22日
- 计算问题与算法。
- 算法的正确性分析。
- 算法的效率分析。
- 算法效率的渐进表示法。
2017年3月1日
- 加法和乘法。
- 列表、置换和子集。
- 双射。
- 等价关系与除法。
2017年3月8日
- maximum-subarray problem。
- substitution method。
- recursion-tree method。
- master method。
- divide-and-conquer。
2017年3月15日
- induction, recursion, recurrences。
- induction。
- recurrences。
- recurrences and selection。
2017年3月22日
- probability。
- the principle of inclusion and exclusion。
- conditional probability。
- random variables。
2017年3月29日
- randomized algorithm。
- expected running time。
- probability distributions and variance。
2017年4月5日
- Quicksort。
- sorting in linear time。
- selection problem。
2017年4月12日
- dynamic set及其实现。
- linked list。
- stack。
- queue。
- rooted tree。
- allocating and freeing objects。
2017年4月19日
- heap和heapsort。
- priority queue。
- ADT。
- single-linkage agglomerative clustering。
2017年4月26日
- dictionary。
- hash function。
- probability calculations in hashing。
- collision resolution。
2017年5月3日
- binary search trees。
- red-black trees。
2017年5月10日
- dynamic programming的基本概念。
- dynamic programming的实例。
2017年5月17日
- greedy algorithms。
- amortized analysis。
- dynamic tables。
2017年5月24日
- connected components。
- linked-list representation。
- disjoint-set forests。
- how many tables。
- the suspects。
- partition refinement。
2017年5月31日
- 图论中的术语。
- 用图来建模问题。
- 图论中的常用证明方法。
- 图的集合表示。
2017年6月7日
- 图的计算机表示。
- 图的搜索。
2017年6月14日
- 树的等价定义。
- 树的其它性质。
- 生成树。
2017年6月21日
- Generic method。
- Kruskal and Prim。