zairza-cetb / hacktoberfest-2018

MIT License
20 stars 102 forks source link

Added stack implementation for Python3 #203

Open Sajfer opened 5 years ago

Sajfer commented 5 years ago

The Pull Request resolves Issue #68

Description: Created a stack implementation in Python3 with the following methods:

Push - adds an item to the stack Pop - removes top item off the stack Peek - check the top element in the stack Size - gets the size of the stack