COMPUTER SCIENCE AND ENGINEERING
DATA STRUCTURES
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
Which of the following is/are the levels of implementation of data structure
|
Abstract level
|
|
Application level
|
|
Implementation level
|
|
All of the above
|
Explanation:
Detailed explanation-1: -Implementation level: A specific representation of the structure to hold the data items, and the coding of the operations in a programming language.
Detailed explanation-2: -There are two types of data structures: Primitive data structure. Non-primitive data structure.
Detailed explanation-3: -When we think of data structures, there are generally four forms: Linear: arrays, lists. Tree: binary, heaps, space partitioning etc. Hash: distributed hash table, hash tree etc.
There is 1 question to complete.