Computer Science 361
ANALYSIS AND DESIGN OF ALGORITHMS
September 2011
Lecture Notes
-
Introduction and PRELIMINARIES
-
The Growth of Functions
-
Recurrences
-
Data Structures
-
Lists
-
Stacks and Queues
-
Graphs
-
Trees
-
Priority Queues
-
Divide and Conquer Technique
-
Transform and Conquer Technique
Heaps and Heap Sort
-
Bubble Sort
-
Other Sorting Algorithms
-
Space and Time Tradeoff
-
Decrease and Conquer Programming Technique
-
Topological Sort
-
Greedy Programming Technique
-
Fractional Knapsack
-
Huffman Encoding
-
Union of disjoint sets and finding the partition
-
Single Source Shortest Path
-
Minimum Spanning Trees
-
Dynamic Programming
-
Dynamic Programming -- Transitive closure and other Graph algorithms
-
Brute Force
-
Iterative Improvement
-
Backtracking and Branch and Bound
-
Limitations of Algorithm Power
-
P and NP
-
Cheat Sheet PS PDF
Last modified:Thursday December 25, 2014 at 05:35 pm
Cezar Câmpeanu