-
Notifications
You must be signed in to change notification settings - Fork 2
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
- Stack data structure
A stack is a linear data structure that follows the principle of Last In First Out (LIFO).
This means the last element inserted inside the stack is removed first 🔥🔥🔥.
You can think of the stack data structure as a pile of plates on top of another.
Here's a JavaScript implementation of a stack data structure 👏
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request
Activity
[-][JavaScriptTM] JavaScript implementation of a stack data structure[/-][+][JavaScriptTM] The stack data structure[/+]