考点汇总

2019-01-15  本文已影响0人  zju_dream

[toc]

题型

Lecture 1-2

P19.Optimizing and heuristic algorithms

P20.Why heuristics?

P22.Constructive heuristics

P26-.Huffman’s algorithm

P29.Graph

P31.Binary tree

P35.Tries

P36.Definition - Prefix

P42-.Huffmans’s algorithm

P58.Neighborhood search

P89.Tabu search (不确定会考)

P119.Mergesort

P133.Dynamic Programming

P138

Lecture 3-4

P4-

P8.Cycle in directed graph

P10.Connected undirected graph

P15.Tree

P18.Graph representation

P33.Prim’s algorithm

P35.Topological ordering

Lecture 5-6

P2.What is complexity analysis?

P4-5.Basic operations of an algorithm & What is a basic operation?

P7.Complexity as a function of the input - Examples

P20.Average and Worst case analysis

P23.Relative growth rate of functions

P29.Example: O(n3), Ω(n3), and Θ(n3)

P36.P and NP

P46.How to show that a problem is N P complete I

P47.How to show that a problem is N P complete II

P48.Amortized analysis - Initial example

P53.Amortized vs average-case analysis

Lecture 7-8

P4.Binary tree

P5.Binary search tree

P20.Tree balance

P29.Inserting

P30.Splay trees

P58.Red-black trees

最后一次复习内容

splay tree (肯定考)

红黑树

suffix tree

上一篇 下一篇

猜你喜欢

热点阅读