Skip to content

Separate stacks class - #672

Merged
yanglbme merged 6 commits into
TheAlgorithms:masterfrom
hayderhassan:separate-stacks-class
Jan 6, 2019
Merged

Separate stacks class#672
yanglbme merged 6 commits into
TheAlgorithms:masterfrom
hayderhassan:separate-stacks-class

Conversation

@hayderhassan

@hayderhassan hayderhassan commented Jan 4, 2019

Copy link
Copy Markdown
Contributor

Resolves issue #667

Separated the code in Stacks.java and moved it into two new files. The Array implementation is now in StacksArray.java and the ArrayList implementation is now in StacksArrayList.java.

Removed the Stacks.java file.

Updated README links to Stacks.

@yanglbme
yanglbme merged commit 8d11e5b into TheAlgorithms:master Jan 6, 2019
@hayderhassan
hayderhassan deleted the separate-stacks-class branch January 8, 2019 17:20
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