Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

Stack

They are a LIFO data structure.

the last element added to the stack will be the first element removed.

Stack

Uses

  • Managing function invocation
  • Undo / Redo
  • Routing, the history object is treated as a stack