Stack Overflow - HyperPad Hub
Logo
User banner
Stack Overflow

Stack Overflow

Created January 2022
9 plays

About This Project

A stack is a data structure that organizes data into a list where the last item added to the list is the first one to be removed from the list. This is referred to as a LAST-IN-FIRST-OUT list. A stack is used for things like undo and redo and backward and forward arrows in a web browser.

What's New

Version 1.2 • Updated 9/21/2022

Increasing the pancake limits A stack is a data structure that organizes data into a list where the last item added to the list is the first one to be removed from the list. This is referred to as a LAST-IN-FIRST-OUT list.

Screenshots

Screenshot 1

Awards

First Play

First Play

Your first believer! Someone took a chance on you and played your project. Return the favour to another dev!

Level-Up

Level-Up

You are always working to improve your games. That's how you improve, good job!

Comments

RobinsonX
RobinsonX1/7/2022

This is a nice way of representing the array data structure, nice!