InterviewSolution
Saved Bookmarks
| 1. |
………… describes the worst case of an algorithm. (a) Big Q (b) Big(c) Big O(d) Big C |
|
Answer» Big O describes the worst case of an algorithm. |
|