Q1Data Structures
Question
2 marks
What is Data structure?
Answer
A data structure provides a specific format for organizing, storing, and accessing data efficiently in memory.
A data structure is a specialized, systematic format used in computer science for organizing, processing, retrieving, and storing data in memory. It rigorously defines not only the logical relationship between individual data elements but also the specific algorithms and operational constraints that can be efficiently performed on them, such as arrays, linked lists, or trees.