Post-conditions
At the end of this course you should be able to:
- choose/develop effective data structures (DS)
(graphs, search trees, …)
- choose/develop algorithms (A) on these DS
(graph algorithms, tree algorithms, string algorithms, …)
- analyse performance characteristics of algorithms
- develop and maintain C programs
|