News

Kokonotcu/Python-Stack-Implementation. This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This project contains a stack implementation. Unit tests for the function are provided. Pop: Returns last element of stack, and removes it from stack. Push: Adds new item to the stack. Peek: Returns ...