“2012级--学期安排 (第三学期)”的版本间的差异
来自问题求解
(→学习周历) |
(→学习周历) |
||
第33行: | 第33行: | ||
<tr> | <tr> | ||
<td>9.2--9.6</td> | <td>9.2--9.6</td> | ||
− | <td>3-1:单源最短通路算法</td> | + | <td>[http://cslab.nju.edu.cn/problem_solving/index.php/%E6%96%87%E4%BB%B6:%E8%AE%A1%E7%AE%97%E6%9C%BA%E9%97%AE%E9%A2%98%E6%B1%82%E8%A7%A3-2013-09-02-%E5%8D%95%E6%BA%90%E6%9C%80%E7%9F%AD%E9%80%9A%E8%B7%AF%E7%AE%97%E6%B3%95.pdf 3-1:单源最短通路算法]</td> |
<td> | <td> | ||
<ul> | <ul> | ||
第67行: | 第67行: | ||
<tr> | <tr> | ||
<td>9.9--9.13</td> | <td>9.9--9.13</td> | ||
− | <td>3-2:多源最短通路算法</td> | + | <td>[http://cslab.nju.edu.cn/problem_solving/index.php/%E6%96%87%E4%BB%B6:%E8%AE%A1%E7%AE%97%E6%9C%BA%E9%97%AE%E9%A2%98%E6%B1%82%E8%A7%A3-2013-09-09-%E5%A4%9A%E6%BA%90%E6%9C%80%E7%9F%AD%E9%80%9A%E8%B7%AF%E7%AE%97%E6%B3%95.pdf 3-2:多源最短通路算法]</td> |
<td> | <td> | ||
<ul> | <ul> | ||
第99行: | 第99行: | ||
<tr> | <tr> | ||
<td>9.16--9.20</td> | <td>9.16--9.20</td> | ||
− | <td>3-3:图中的匹配与覆盖</td> | + | <td>[http://cslab.nju.edu.cn/problem_solving/index.php/%E6%96%87%E4%BB%B6:%E8%AE%A1%E7%AE%97%E6%9C%BA%E9%97%AE%E9%A2%98%E6%B1%82%E8%A7%A3-2013-09-16-%E5%9B%BE%E4%B8%AD%E7%9A%84%E5%8C%B9%E9%85%8D%E4%B8%8E%E8%A6%86%E7%9B%96.pdf 3-3:图中的匹配与覆盖]</td> |
<td> | <td> | ||
<ul> | <ul> | ||
第129行: | 第129行: | ||
<tr> | <tr> | ||
<td>9.23--9.27</td> | <td>9.23--9.27</td> | ||
− | <td>3-4:图的连通度与网络流</td> | + | <td>[http://cslab.nju.edu.cn/problem_solving/index.php/%E6%96%87%E4%BB%B6:%E8%AE%A1%E7%AE%97%E6%9C%BA%E9%97%AE%E9%A2%98%E6%B1%82%E8%A7%A3-2013-09-23-%E5%9B%BE%E7%9A%84%E8%BF%9E%E9%80%9A%E5%BA%A6.pdf 3-4:图的连通度与网络流]</td> |
<td> | <td> | ||
<ul> | <ul> | ||
第160行: | 第160行: | ||
<tr> | <tr> | ||
<td>9.30--10.4</td> | <td>9.30--10.4</td> | ||
− | <td>3-5:最大流算法</td> | + | <td>[http://cslab.nju.edu.cn/problem_solving/index.php/%E6%96%87%E4%BB%B6:%E8%AE%A1%E7%AE%97%E6%9C%BA%E9%97%AE%E9%A2%98%E6%B1%82%E8%A7%A3-2013-09-30-%E6%9C%80%E5%A4%A7%E6%B5%81%E7%AE%97%E6%B3%95.pdf 3-5:最大流算法]</td> |
<td> | <td> | ||
<ul> | <ul> | ||
第193行: | 第193行: | ||
<tr> | <tr> | ||
<td>10.7--10.11</td> | <td>10.7--10.11</td> | ||
− | <td>3-6:图论中的其它专题</td> | + | <td>[http://cslab.nju.edu.cn/problem_solving/index.php/%E6%96%87%E4%BB%B6:%E8%AE%A1%E7%AE%97%E6%9C%BA%E9%97%AE%E9%A2%98%E6%B1%82%E8%A7%A3-2013-10-07-%E5%9B%BE%E8%AE%BA%E4%B8%AD%E7%9A%84%E5%85%B6%E5%AE%83%E4%B8%93%E9%A2%98.pdf 3-6:图论中的其它专题]</td> |
<td> | <td> | ||
<ul> | <ul> |
2013年10月10日 (四) 12:20的版本
基本要求
- 掌握典型应用中抽象出来的重要算法问题的求解方法。
- 理解并能够应用支持上述内容的离散数学工具与方法。
注意:程序设计能力要求贯穿于整个课程,不再单列。
指定教材
- CS: Cliff Stein et al.: Discrete Mathematics for Computer Scientists, 1st ed. Addison-Wesley, 2010
- DW: Douglas West: Introduction to Graph Theory, 2nd ed. Pearson, 2000
- TC: Thomas Cormen: Introduction to Algorithms, 3rd ed. MIT, 2009
- TJ: Thomas Judson: Abstract Algebra - Theory and Applications, http://abstract.ups.edu/
- WS: Walter Savitch: Problem Solving with C++, 7th ed. Addison Wesley, 2008
推荐课外读物
- Larry Nyhoff: ADTs, Data Structures, and Problem Solving with C++, 2nd ed. Prentice Hall, 2004
学习周历
日期 | 论题 | 学习目的 | 阅读材料 | 引导要点 | 书面作业 | 编程任务 |
---|---|---|---|---|---|---|
9.2--9.6 | 3-1:单源最短通路算法 |
|
|
|
|
|
9.9--9.13 | 3-2:多源最短通路算法 |
|
|
|
|
|
9.16--9.20 | 3-3:图中的匹配与覆盖 |
|
|
|
|
|
9.23--9.27 | 3-4:图的连通度与网络流 |
|
|
|
|
|
9.30--10.4 | 3-5:最大流算法 |
|
|
|
|
|
10.7--10.11 | 3-6:图论中的其它专题 |
|
|
|
|
|
10.14--10.18 | 3-7:矩阵计算 |
|
|
|
|
|
10.21--10.25 | 3-8:线性规划 |
|
|
|
|
|
10.28--11.1 | 3-9:多项式与FFT |
|
|
|
|
|
11.4--11.8 | 3-10:群与拉格郎日定理 |
|
|
|
|
|
11.11--11.15 | 3-11:环与域 |
|
|
|
|
|
11.18--11.22 | 3-12:数论基础 |
|
|
|
|
|
11.25--11.29 | 3-13:数论算法 |
|
|
|
|
|
12.2--12.6 | 3-14:密码算法 |
|
|
|
|
|
12.9--12.13 | 3-15:代数编码 |
|
|
|
|
|
12.16--12.20 | 3-16:群与对称 |
|
|
|
|
|
12.23--12.27 | 3-17:串匹配 |
|
|
|
|
|
12.30--1.3 | 3-18:计算几何算法 |
|
|
|
|
|