CS代写
STUDY MATERIAL: • [CLRS] chapters 2, 4.1-2, 12.1, 31.1-2, 33.4 • Lecture Note 4 Copyright By PowCoder代写 加微信 powcoder The algorithm design process: Central Tools: Iteration & Recursion Partial correctness: Assertions Termination: Measure of Progress Iterative Algorithms: Loop Invariant Incremental Method Recursive Algorithms: Recursive Pre- & Post- Condition & strong induction Divide-&-Conquer […]