Miscellaneous On Data Structures - Study Mode

[#896] What data structure is used to manage and efficiently query a dynamic set of intervals?
Correct Answer

(D) Segment Tree

[#897] What data structure is used for implementing a forward and backward traversal system?
Correct Answer

(A) Doubly Linked List

[#898] Which data structure is used to efficiently store and query large sets of unique strings?
Correct Answer

(D) Trie

[#899] What is the primary use of a LRU (Least Recently Used) cache?
Correct Answer

(C) To manage a fixed-size cache with eviction

[#900] In which data structure is a Skip List used, and what is its advantage?
Correct Answer

(B) Skip List