Saturday 8 June 2013

What is Analysis of algorithm ?

Analysis of algorithm: After deciding the strategy or technique to solve the given problem. we design the algorthm in detail. Analysis of an algorthm is nothing but the selection of proper and efficient algorithm which solution of given problem with respect to the time and space.The provides algorithm must be simple and easy to understand and execute. The algorithm must provide exact and corect solution in minimum time and with minimum memory use during the execution. In this step we concentrate on each part of algorithm. Here can calculate which we step part take time or extra memory space. According to the analysis we can modify that part more of instead of modifying whole algorithm.

No comments:

Post a Comment