Skip to content

Fix maven link and correct Stack implementation #1240

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 2 commits into from
Mar 15, 2020

Conversation

leny-mi
Copy link

@leny-mi leny-mi commented Mar 7, 2020

First commit updates a link in build.gradle, since the old one is not supported anymore.
Second commit rewrites Stack.java since it contained major design flaws.

leny-mi added 2 commits March 7, 2020 16:10
Since January 15, 2020 Maven Central no longer supports insecure communication over plain HTTP and requires that all requests to the repository are encrypted over HTTPS.
The previous implementation would show unexpected behaviour when using the values returned by pop() and peek().
Generic type was needed but not used in implementation thus leading to redundancy.
push() had unnecessary return type.
@leny-mi leny-mi changed the title Development Fix maven link and correct Stack implementation Mar 10, 2020
@yanglbme yanglbme merged commit d678fae into TheAlgorithms:Development Mar 15, 2020
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