Is stack a physical data structure?
Answers
Answered by
0
Linear data structures. A stack is a basic linear data structure: a logical entity pictured as a physical stack or pile of objects. The data structure inserts and deletes elements at one end of the stack, called the top. Programmers develop a stack using array and linked list.
Similar questions
Computer Science,
7 months ago
Hindi,
7 months ago
English,
7 months ago
Computer Science,
1 year ago
Computer Science,
1 year ago