
Algorithm-ExhaustedSearch
文章平均质量分 92
FitzLeopard
这个作者很懒,什么都没留下…
展开
-
POJ1013 Counterfeit Dollar
POJ1013 Counterfeit Dollar Description Sally Jones has a dozen Voyageur silver dollars. However, only eleven of the coins are true silver dollars; one coin is counterfeit even though its color and...原创 2018-03-25 21:09:33 · 143 阅读 · 0 评论 -
POJ1222 Extended Lights Out(穷举)
POJ1222 Extended Lights Out(穷举) Description In an extended version of the game Lights Out, is a puzzle with 5 rows of 6 buttons each (the actual puzzle has 5 rows of 5 buttons each). Each button h...原创 2018-03-26 11:05:23 · 427 阅读 · 0 评论 -
POJ1753FlipGame(穷举)
Description Flip game is played on a rectangular 4x4 field with two-sided pieces placed on each of its 16 squares. One side of each piece is white and the other one is black and each piece is lying e...原创 2018-03-27 22:45:48 · 161 阅读 · 0 评论 -
POJ1166Clocks(穷举+函数指针数组+位操作)
Description There are nine clocks in a 3*3 array (figure 1). The goal is to return all the dials to 12 o’clock with as few moves as possible. There are nine different allowed ways to turn the dials...原创 2018-03-27 23:11:27 · 710 阅读 · 0 评论 -
POJ2965 Refrigerator(穷举+位操作)
Description The game “The Pilots Brothers: following the stripy elephant” has a quest where a player needs to open a refrigerator. There are 16 handles on the refrigerator door. Every handle can be ...原创 2018-04-06 20:07:20 · 175 阅读 · 0 评论