Saved Bookmarks
| 1. |
Explain What Is Time Complexity Of Algorithm? |
|
Answer» Time complexity of an ALGORITHM INDICATES the total time NEEDED by the program to run to completion. It is usually expressed by using the big O NOTATION. Time complexity of an algorithm indicates the total time needed by the program to run to completion. It is usually expressed by using the big O notation. |
|