MindMap Gallery Stack-data structure basics
In computer science, a stack is a linear data structure that follows the Last-In-First-Out (LIFO) principle. It represents a collection of elements where the insertion and removal of items happen at one end called the top.
Edited at 2023-09-14 03:35:41