Week 2 Discussion Forum

What is an algorithm analysis ?

What is an algorithm analysis ?

by MD.Hamim Hossen -
Number of replies: 0
An algorithm analysis is a technique that is used to measure the performance of the algorithms. Speed is one of the key parameters in determining the potential of an algorithm. There are some other factors like user-friendliness, security, maintainability, and usage space that determine the quality of an algorithm. Space and time complexity are metrics used to measure parameters

59 words