Algorithms and Programming Techniques - COMP3121 |
|
|||||||||||||||||||||||||||||||||||||||||||||
Description Correctness and efficiency of algorithms. Computational complexity: time and space bounds. Techniques for best-case, worst-case and average-case time and space analysis. Designing algorithms using induction, divide-and-conquer and greedy strategies. Algorithms: sorting and order statistics, trees, graphs, matrices. Intractability: classes P, NP, and NP-completeness, approximation algorithms.
Further Information CSE class page: www.cse.unsw.edu.au/~cs3121
|