]> git.scottworley.com Git - slidingtile/history - sliding_tile_lib.cc
Keep a count of live Steps
[slidingtile] / sliding_tile_lib.cc
2016-01-10 Scott WorleyKeep a count of live Steps
2016-01-09 Scott Worleyfind_path
2016-01-09 Scott Worleysuccessors is const
2016-01-09 Scott Worleyoperator< for Board
2016-01-09 Scott WorleyBoard equality operator
2016-01-03 Scott WorleyPrint paths
2016-01-02 Scott WorleyGenerate successor boards
2016-01-02 Scott WorleyA distance metric
2016-01-02 Scott Worleyoperator<< for printing for debugging
2016-01-01 Scott WorleyMark const methods const.
2016-01-01 Scott WorleyA where's-the-hole function.
2015-12-31 Scott WorleyInput validation
2015-12-31 Scott WorleyPromote Board to a class so it can have methods.
2015-12-31 Scott WorleyBoard input
2015-12-31 Scott WorleyInclude guards & move non-header stuff out of header.
2015-12-29 Scott WorleySwitch from Go to C++