1.

Compression techniques can be used on the keys to reduce both space and time requirements in a B-tree.(a) True(b) FalseMy query is from B-Trees topic in portion B-Trees of Data Structures & Algorithms II have been asked this question in an interview.

Answer»

Correct answer is (a) True

Easiest explanation - The front compression and the rear compression are techniques used to REDUCE space and TIME requirements in B-tree. The compression ENABLES to retain more keys in a node so that the NUMBER of NODES needed can be reduced.



Discussion

No Comment Found

Related InterviewSolutions