summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* implement bfs and dfsdoy2008-12-141-0/+26
* dijkstra is just astar with a heuristic that always returns 0doy2008-12-141-4/+7
* factor out neighbor calculation into a methoddoy2008-12-141-1/+4
* clean up argument passing a bitdoy2008-12-141-2/+1
* stub out some algorithms to implementdoy2008-12-141-0/+49
* syntax errordoy2008-12-141-1/+1
* allow passing in a scorer function to dijkstra in order to find a specific ti...doy2008-12-141-1/+9
* basic initial implementation, with dijkstra implementeddoy2008-12-131-0/+49