Skip to content

Local #717

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

Merged
merged 3 commits into from
Mar 16, 2019
Merged

Local #717

merged 3 commits into from
Mar 16, 2019

Conversation

AnkitAtBrillio
Copy link

This is an array based implementation of stack which supports all the basic operation.
Search method is implemented using linear search and the time complexity for the same is O(n).

Since the stack does not support most of the operations defined in DataStructure interface this does not implement this particular interface.

This class implements Serializable interface as it could be transferred over network or could be saved in file.

@yanglbme yanglbme merged commit 1093a49 into TheAlgorithms:Development Mar 16, 2019
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