Vidyalelo
Data Structure · Q26

Applications of Data Structures

Programming · Data Structure · question 26

Q26

Which data structure is used to efficiently implement LRU (Least Recently Used) caching?

A.
Queue
B.
Stack
C.
Binary Search Tree
D.
Doubly Linked List
Answer

Answer: Option D

Solution

Answer: Option D
No explanation is given for this question Let's Discuss on Board