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

Move common algorithm code to abstract classes #44

Open
pablormier opened this issue Nov 8, 2013 · 0 comments
Open

Move common algorithm code to abstract classes #44

pablormier opened this issue Nov 8, 2013 · 0 comments
Assignees

Comments

@pablormier
Copy link
Contributor

Algorithms like Dijkstra, A* etc share lots of lines in common. Create abstract classes to extend basic behaviour and reuse same data structures and components.

@ghost ghost assigned pablormier Nov 8, 2013
@pablormier pablormier removed this from the v1.0.0-beta-1 milestone May 21, 2014
michaelhaaf pushed a commit to michaelhaaf/hipster that referenced this issue Nov 30, 2015
algorithms using the Maze2D or the jung-graph. Close citiususc#44
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

1 participant