Skip to content

[JavaScriptTM] The stack data structure #9

@wakidurrahman

Description

@wakidurrahman
Owner
  1. 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 👏

Activity

changed the title [-][JavaScriptTM] JavaScript implementation of a stack data structure[/-] [+][JavaScriptTM] The stack data structure[/+] on Sep 17, 2022
linked a pull request that will close this issueThe Stack Data Structure implement #17on Sep 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

    Participants

    @wakidurrahman

    Issue actions

      [JavaScriptTM] The stack data structure · Issue #9 · wakidurrahman/JavaScript-Algorithms-And-Data-Structures