1.

Co-ordinate compression reduces the number of squares in a graph.(a) true(b) falseThe question was posed to me in semester exam.The origin of the question is Miscellaneous topic in chapter Miscellaneous of Data Structures & Algorithms II

Answer»

Right choice is (a) true

The EXPLANATION is: The idea behind co-ordinate COMPRESSION is to reduce the NUMBER of squares in a graph by converting them into rectangles of viable size. This REDUCES the TIME complexity of traversal.



Discussion

No Comment Found

Related InterviewSolutions