zairza-cetb / hacktoberfest-2018

MIT License
20 stars 102 forks source link

Implemented a simple stack algorithm in golang #99

Closed AustinMCrane closed 6 years ago

AustinMCrane commented 6 years ago

The Pull Request resolves Issue #68

Description: Created a simple program the uses a integer stack with the following methods:

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

senapati-deepak commented 6 years ago

Please strictly follow the directory structure.