Skip to content

Local - #717

Merged
yanglbme merged 3 commits into
TheAlgorithms:Developmentfrom
AnkitAtBrillio:local
Mar 16, 2019
Merged

Local#717
yanglbme merged 3 commits into
TheAlgorithms:Developmentfrom
AnkitAtBrillio:local

Conversation

@AnkitAtBrillio

Copy link
Copy Markdown

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