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