Algorithm lesson final exam

Posted elpsycongroo

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Algorithm lesson final exam相关的知识,希望对你有一定的参考价值。

1、algorithm analysis O B/W/AV/AMOR,混入其他问题,设计+分析
2、传统算法(肯定要考)
1)divide and conquer master therem、 recursive tree、分析复杂度、递归树加起来得到最终结果
2)greedy algorithm example sort->select 拟阵 独立系统的贪心模板,直接得到近似比
3)dynamic programming sub-optimal structrue、编辑距离
3、graph algorithm
1)exproration bfs and dfs、最小生成树
2)最短路,single path all pair 负环、负边
3)max-flow 优化方式
4、turing machine
Np/NPC NP-hard np-reduction
5、approximation
greedy/sequential/local search/lp rouding
 
 
三种算法的设计、图算法、图灵机、近似算法 

以上是关于Algorithm lesson final exam的主要内容,如果未能解决你的问题,请参考以下文章

Tinyrender-Lesson 1 Bresenham’s Line Drawing Algorithm

[Machine Learning for Trading] {ud501} Lesson 23: 03-03 Assessing a learning algorithm | Lesson 24:

黑板客 -- 爬虫闯关 -- 关卡05

final/抽象类/interface

Benelux Algorithm Programming Contest 2014 Final(第二场)

面向对象程序设计lesson2心得体会