Computer Science 361
Analysis and Design of Algorithms
September 2016
Lecture Notes
-
Introduction and PRELIMINARIES
-
The Growth of Functions
-
Recurrences
-
Data Structures
-
Lists
-
Graphs
-
Trees
-
Priority Queues
-
Divide and Conquer Technique
-
Transform and Conquer Technique
-
Heaps and Heap Sort
-
Bubble Sort
-
Other Sorting Algorithms
-
Decrease and Conquer Programming Technique
-
Topological Sort
-
Greedy Programming Technique
-
Fractional Knapsack
-
Huffman Encoding
-
Minimum Spanning Trees
-
Union of disjoint sets and finding the partition
-
Single Source Shortest Path
-
Dynamic Programming
-
Dynamic Programming -- Transitive closure and other Graph algorithms
-
Iterative Improvement
-
Space and Time Tradeoff - Pattern Matching
-
Brute Force
-
Limitations of Algorithm Power
-
Cheat Sheet
PS
PDF
Last modified:Tuesday September 12, 2017 at 02:06 am ADT
Cezar Câmpeanu