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

Best explanation: Co-ordinate COMPRESSION is the PROCESS of reassigning co-ordinates in order to remove gaps. This HELPS in improving both time and space complexity of a SOLUTION.



Discussion

No Comment Found

Related InterviewSolutions