Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 412 Bytes

data-structure-stack.md

File metadata and controls

13 lines (7 loc) · 412 Bytes

1、栈(Stack)

后进先出(LIFO, Last In First Out)

推入(压栈,push)和弹出(弹栈,pop)

bfFi1m

iIHSfY

2、浏览器的前进后退

image-20210625112517054