90-723: Algorithms and Data Structures for Information Processing

advertisement
95-771: Algorithms and Data Structures for Information Processing
Topics covered in the course
The following topics were covered in lectures and are possible topics for the final examination.
The final examination will be a 3-hour, closed-book test.
While the examination is cumulative, it will focus more on topics in the second half of the course.
1.
2.
3.
4.
5.
6.
7.
8.
9.
10.
11.
12.
13.
14.
15.
Linked Lists
Order Notation
Stacks
Queues
Trees
B-Trees (study the definitions found in the Michael Main text) 2-3 trees, Red Black and B+ trees.
Heaps
Graphs (including Dijkstra’s shortest path and Prim’s minimum spanning tree algorithms, and
graph coloring.)
Searching (including Digital Search Trees, Tries and Hash tables)
Sorting (Insertion sort, selection sort, quick sort, heap sort, merge sort, radix sort using queues)
Huffman and LZW data compression algorithms
Finite-State machines (including conversion from NDFSA to DFSA) and their limitations
Push Down Automata and Context Free Grammars and their limitations
Turing Machines and their limitations
NP, NP-Hard , NP-Completeness and Polynomial time reductions (3-Col to CNF)
Download