InterviewSolution
Saved Bookmarks
| 1. |
What is the need for co-ordinate compression?(a) for improving time complexity(b) for improving space complexity(c) for improving both time and space complexity(d) for making code simplerThe question was asked by my college director while I was bunking the class.This key question is from Miscellaneous in chapter Miscellaneous of Data Structures & Algorithms II |
|
Answer» The correct choice is (c) for improving both time and space complexity |
|