--01《Design and Analysis of Algorithms》SCUEC
How to solve a problem by computer
The notion of algorithm
Actual problemMathematics modelAlgorithm design and analysisProgrammingResult analysis
Input output finiteness effectiveness definiteness
Algorithm design pattern
--01《Design and Analysis of Algorithms》SCUEC
Natural languageStep1 Input m and n.Step2 Divide m by n and assign the value of the remainder to r.Step3 If r=0, return the value of n as the answer and stop; otherwise, proceed t ...
附件列表