daiyanze / stack

a tutorial of stack by javascript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

stack

a tutorial of stack by javascript

last in first out

in

/------------

-> 4, 3, 2, 1

/------------

out

/------------

4 <- 3, 2, 1

/------------

About

a tutorial of stack by javascript

License:MIT License


Languages

Language:JavaScript 100.0%