Miscellaneous On Data Structures - Study Mode
[#356] In which data structure is the concept of "weighted union" used?
Correct Answer
(C) Union-Find
[#357] Which data structure would you use to implement a system where elements need to be both added and removed in FIFO order but with a fixed size?
Correct Answer
(D) Circular Queue
[#358] What is the primary use of a B Tree in file systems?
Correct Answer
(A) To manage large blocks of data on disk
[#359] What data structure is used to implement a system where operations must be performed on the middle element frequently?
Correct Answer
(D) Deque
[#360] Which of the following cipher does not require the use of tabula recta?
Correct Answer
(C) gronsfeld cipher