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

Added stack implementation for Python3#203

Open
Sajfer wants to merge 1 commit intozairza-cetb:masterfrom
Sajfer:master
Open

Added stack implementation for Python3#203
Sajfer wants to merge 1 commit intozairza-cetb:masterfrom
Sajfer:master

Conversation

@Sajfer
Copy link
Copy Markdown

@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