InterviewSolution
Saved Bookmarks
| 1. |
What Is The Significance Of Work Complexity Analysis? |
|
Answer» TIME complexity does not account for the size of the machine. Work complexity is more REFLECTIVE of practical efficiency. WORKTIME scheduling principle describes the expected time for a p processor pram as work/p. Time complexity does not account for the size of the machine. Work complexity is more reflective of practical efficiency. Worktime scheduling principle describes the expected time for a p processor pram as work/p. |
|