Saved Bookmarks
| 1. |
Why We Need To Do Algorithm Analysis? |
|
Answer» A problem can be SOLVED in more than one ways. So, many solution algorithms can be derived for a GIVEN problem. We analyze AVAILABLE algorithms to find and implement the BEST suitable algorithm. A problem can be solved in more than one ways. So, many solution algorithms can be derived for a given problem. We analyze available algorithms to find and implement the best suitable algorithm. |
|