AlexLintu
  • Home
  • JavaScript
  • HackerRank
  • Concepts
Subscribe
Tagged

Stacks

A collection of 1 post

What is a Stack Data Structure | JavaScript
JavaScript

What is a Stack Data Structure | JavaScript

Stack is a last in, first out (LIFO) data structure in computer science. Stack is a linear collection of ordered data (nodes). Stackspush - add data to the top of the stack (first/head node)pop - remove and return data (first/head node) from the top of the stackpeek

  • AlexLintu
AlexLintu Mar 30, 2021 • 1 min read
AlexLintu © 2022
  • GitHub
Powered by Ghost