AlexLintu
  • Home
  • JavaScript
  • HackerRank
  • Concepts
Sign in Subscribe

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). Stacks * push - add data to the top of the stack (first/head node) * pop - remove and return data (first/head node) from the top of the
Mar 30, 2021 1 min read
Page 1 of 1
AlexLintu © 2023
  • GitHub
Powered by Ghost