Computer Science, asked by Aryaratna8345, 1 year ago

Is stack a physical data structure?

Answers

Answered by Anonymous
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