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

Implemented a stack algorithm in vanilla js #100

Conversation

AustinMCrane
Copy link

The Pull Request resolves Issue #68

Description:
Implemented a stack algorithm in vanilla js
created a js prototype that implements the following functions:

push - adds an item onto the stack
pop - removes the first item from the stack
size - gives the number of items in the stack

anything)

created a js prototype that implements the following functions:

push - adds an item onto the stack
pop - removes the first item from the stack
size - gives the number of items in the stack
@senapati-deepak
Copy link
Collaborator

Please strictly follow the directory structure.
Place your code inside a js folder

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.

2 participants