Stack Data Structure
STACK DATA STRUCTURE
This diagram shows a stack. It just like a box. It has one open end. We can do three operations with stack data structure.
i. Input / push
ii. Remove / pop
iii. See most upper element ( peek / top )
STACK DATA STRUCTURE
i. Input / push
ii. Remove / pop
iii. See most upper element ( peek / top )
Comments
Post a Comment