the different operations possible on primitive data structure
Answers
Answered by
0
Explanation:
The possible operations on the linear data structure are: Traversal, Insertion, Deletion, Searching, Sorting and Merging. Examples of Linear Data Structure are Stack and Queue. Stack: Stack is a data structure in which insertion and deletion operations are performed at one end only.
Similar questions