Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Linked List implementation of Stacks #41

Merged
merged 2 commits into from
Aug 20, 2018
Merged

Conversation

linux-nerd
Copy link
Owner

@linux-nerd linux-nerd commented Aug 19, 2018

  • Added Stack ADT
  • Added Unit Test cases
  • Updated Linked List implementation by adding concept of tail reference and removeFirst method
  • Updated documentation

@linux-nerd linux-nerd self-assigned this Aug 19, 2018
@coveralls
Copy link

coveralls commented Aug 19, 2018

Coverage Status

Coverage increased (+0.1%) to 77.544% when pulling 4b69e88 on feature/#40_stack into 8d86b8b on master.

@linux-nerd linux-nerd merged commit 50ba7eb into master Aug 20, 2018
@linux-nerd linux-nerd deleted the feature/#40_stack branch August 28, 2018 11:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants