Exploring Data Structures
No ratings yet5 questions • Medium
A trivia pack focused on important concepts and types of data structures used in computer science.
1. Which of the following is NOT a linear data structure?
2. True or False: A queue follows the Last In First Out (LIFO) principle.
3. What is the primary use of a stack data structure? Fill in the blank: To store data in a _____ manner.