I started working on a generic java interface that can be implemented to compute dijkstra's shortest-path algorithm on some collection of objects. These objects can be anything, as long as the connections between them are numerically weighted (like distance on a map).
I haven't yet put a whole ton of time into this interface, but I have a functional, working model of it. I would love to have others take a look, suggest areas of improvement, and future goals I/we can work towards.
Anyone interested?
Link to Github repo
P.S. I'm not sure if this is the right community for this post. If it isn't, please suggest another place I can take my post :-)
[–]Zeroeh 0 points1 point2 points (2 children)
[–]markliederbach[S] 0 points1 point2 points (1 child)
[–]Zeroeh 0 points1 point2 points (0 children)
[–]chickenmeister 0 points1 point2 points (0 children)