]> git.scottworley.com Git - slidingtile/history - sliding_tile_lib.h
operator< for Board
[slidingtile] / sliding_tile_lib.h
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++