InterviewSolution
Saved Bookmarks
| 1. |
What is space – Time Trade off? |
|
Answer» A space – time or time – memory trade off is a way of solving in less time by using more storage space or by solving a given algorithm in very little space by spending more time. |
|