hipster icon indicating copy to clipboard operation
hipster copied to clipboard

Move common algorithm code to abstract classes

Open pablormier opened this issue 10 years ago • 0 comments

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.

pablormier avatar Nov 08 '13 08:11 pablormier