What it does

Provides implementation for the stack data structure class.

How we built it

I took the functionality from the class stack API. I first identified the methods I needed to implement by building an interface. Next, I started implementing the methods in a class. Finally, I tested each method in a separate class.

What we learned

I learned how a stack data structure worked. I knew many data structures such as lists, nodes, and binary trees, but I wanted to learn about new data structures, which is why I chose to implement stacks.

Share this project:

Updates