1.

Which of the following options is an application of splay trees?(a) cache Implementation(b) networks(c) send values(d) receive valuesI'm obligated to ask this question of Splay Tree topic in division Binary Trees of Data Structures & Algorithms II have been asked this question in an internship interview.

Answer»

Right answer is (a) cache Implementation

The EXPLANATION is: SPLAY trees can be used for FASTER ACCESS to recently accessed items and hence used for cache IMPLEMENTATIONS.



Discussion

No Comment Found

Related InterviewSolutions