Skip to content
This repository has been archived by the owner on Oct 7, 2019. It is now read-only.

Added stack implementation for Python3 #203

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Sajfer
Copy link

@Sajfer Sajfer commented Oct 28, 2018

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant