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

Replace Stack with ArrayDeque #137

Closed
pablormier opened this issue Aug 24, 2015 · 3 comments
Closed

Replace Stack with ArrayDeque #137

pablormier opened this issue Aug 24, 2015 · 3 comments

Comments

@pablormier
Copy link
Contributor

Replace all uses of the old Stack class with ArrayDeque

@pablormier pablormier added this to the v1.0.0 milestone Aug 24, 2015
@anthonyms
Copy link

Hi,

I'm interested in working on this issue.

Are there tests I can run to ensure my changes don't break anything?

@pablormier
Copy link
Contributor Author

Hi, @artfullyContrived, thanks for your interest!. There are tests for IDA* and DFS algorithms included in hipster-core. Running mvn test after the changes should be enough to test everything.

@pablormier
Copy link
Contributor Author

Hey @artfullyContrived, I've checked your commits and it seems that it is ready for a pull request :). Did you have any trouble with the modifications?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants