/img/node.jpg

Algorithms Analysis

Data Structure Algorithms Analysis Algorithm Define: A finite, clearly specified sequence of instructions to be followed to solve a problem.(not a program) Five features Finiteness Definiteness Effectiveness Input Output Design Requirements Correctness Readability Robustness High efficiency and low memory capacity Algorithm Analysis Computing time and memory space are two important resources. Running time Analysis The estimation of the running time of algorithms. The running times of algorithms can be changed because of the platform, the properties of the computer, etc.