AK Softwaretechnology

AK Softwaretechnology

Algorithmen und Spiele Games, NIM-Theory Oswin Aichholzer, University of Technology, Graz (Austria) Algorithmen und Spiele, Aichholzer NIM & Co 0 What is a (mathematical) game? . 2 players [ A(lice),B(ob) / L(eft),R(ight) / …] . the players move in turns (A,B,A,B,A,B …) . Both players have complete information (no hidden cards …) . No randomness (flipping coins, rolling dice ...) . A (finite) set of positions, one (or more) marked as starting position Algorithmen und Spiele, Aichholzer NIM & Co 1 What is a game, cont.? . For each position there exists a set of successors, (possibly empty) . A players legal move: transformation from one position to a successor . Normal play: the first player which can NOT move loses (the other player wins) . Every game ends after a finite number of moves . No draws Algorithmen und Spiele, Aichholzer NIM & Co 2 Chocolate game (Chomp) B A A A A B B B Algorithmen und Spiele, Aichholzer NIM & Co 3 Who wins a game? . Which player wins the game (A,B)? . First player (starting) or second player? . Assume both players play optimal: There are ‘First-Player-win’ und ‘Second- Player-win’ games. What is the optimal strategy? Play Chomp! Algorithmen und Spiele, Aichholzer NIM & Co 4 Chocolate game (again) • Tweedledum-Tweedledee- principle A Alice in Wonderland by Lewis Carrol Algorithmen und Spiele, Aichholzer NIM & Co 5 NIM . Who knowns NIM? . n piles of k1,…,kn > 0 coins . valid moves: . chose a single (non-empty) pile . remove an arbitrary number of coins from the pile (at least one, at most all) . Remember: normal play: the last one to make a valid move wins Algorithmen und Spiele, Aichholzer NIM & Co 6 Prime-game . n integers f1,…,fn >1 . Valid move: . Choose a non-prime integer fi >1 . Split fi into (one or more) prime factors p1,…,pk >1, k ≥ 1, and a rest f‘ >1. (i.e., fi=p1*…*pk*f‘) . Replace fi with p1,…,pk and f‘. Algorithmen und Spiele, Aichholzer NIM & Co 7 Poker-NIM . Start position: . Same as for NIM . Possible moves: . Similar to NIM, but instead of removing coins you may also put an arbitrary number of coins from your pool (build by previously taken coins) on a heap. Algorithmen und Spiele, Aichholzer NIM & Co 8 Northcott’s Game . nxm chess board one black, one white coin per row in different columns . Valid move: . Chose a row . move the coin of your color left or right arbitrarily many steps . don‘t jump over your opponents coin Algorithmen und Spiele, Aichholzer NIM & Co 9 Kayles (aka Rip Van Winkle’s Game) . Bowling: Row of n pins. In a move hit one or two neighbored pins. Algorithmen und Spiele, Aichholzer NIM & Co 10 Dawson’s Kayles . Bowling: Row of n pins. In a move always hit two neighbored pins. Single pins can be removed Algorithmen und Spiele, Aichholzer NIM & Co 11 Kayles II . Setting: . As for NIM . Possible moves: . Chose an arbitrary, non-empty stack . Remove 1 or 2 coins from this stack . Optional: split the remaining stack into two non- empty, smaller stacks . Bowling: Row of n pins. In a move hit one or two neighbored pins. Algorithmen und Spiele, Aichholzer NIM & Co 12 Dawson’s Kayles II . Setting: . As for NIM . Possible moves: . Chose an arbitrary, non-empty stack . Remove 2 coins from this stack . Optional: split the remaining stack into two non- empty, smaller stacks . Bowling: Row of n pins. In a move hit two neighbored pins. Algorithmen und Spiele, Aichholzer NIM & Co 13 Monochromatic Triangle . n points in the plane, general position . Valid move: . Draw a line (segment) connecting two points, not crossing any other line (segment) . The game ends when an empty triangle occurs Algorithmen und Spiele, Aichholzer NIM & Co 14 Triangulation Coloring Game . Triangulation on n points in the plane, all edges are black . Valid moves: . Select a black edge, color it green . The game ends when the first green empty triangle occurs Algorithmen und Spiele, Aichholzer NIM & Co 15 Which games? . Games: . Chocolate game (chomp) . NIM theory) - . Prime-game Theroy - . Poker NIM . Northcott’s Game Grundy - . Kayles . Dawson’s Kayles . Monochromatic Triangle (1935/39; aka NIM Sprague . Triangulation Coloring Game Algorithmen und Spiele, Aichholzer NIM & Co 16 Nimbers and NIM-Theory . Nimbers *i, i≥0,are a ‚code‘ used for game- positions: st . *i, i≠0 1 player win (the player to move) . *0 2nd player win (the one just moved) . For optimal play, always try to reach a position with nimber *0 . Terminal positions have nimber *0 Algorithmen und Spiele, Aichholzer NIM & Co 17 Nimbers and NIM-Theory . A “good code” provides: . From a *0 situation no legal move leads to another *0 situation . ↔ If I made a winning move, my opponent can not . From any *i, i≠0, situation there is a legal move to a *0 situation . ↔ If my opponent gives me a (for her) non- optimal situation, I can make a winning move Algorithmen und Spiele, Aichholzer NIM & Co 18 Nimbers and NIM-Theory MEX-rule (Minimal Excluded): . The nimber of a position P is the smallest value which is NOT a nimber of any position which is reachable by a valid move from P. The MEX-rule guarantees a good code! Algorithmen und Spiele, Aichholzer NIM & Co 19 Nimbers and NIM-Theory MEX-rule (Minimal Excluded): . The nimber of a position P is the smallest value which is NOT a nimber of any position which is reachable by a valid move from P. From a *0 situation no legal move leads to another *0 situation From any *i, i≠0, situation there is a legal move to a *0 situation Algorithmen und Spiele, Aichholzer NIM & Co 20 Nimbers and NIM-Theory . XOR-rule: . The nimber of a set of positions is the XOR-sum of the nimber´s of the situations. Simplifies computation of nimbers (that is, makes them much more efficient!) using the MEX-rule for several ‘piles’ Algorithmen und Spiele, Aichholzer NIM & Co 21 NIM NIM: . A stack of size i has nimber *i . The nimber of a group of stacks is their XOR-sum . Always try to obtain a position to get *k1 *k2 *k3 … *kn = 0 Algorithmen und Spiele, Aichholzer NIM & Co 22 Games, Triangulations, Theory . Literature: . Winning Ways for Your Mathematical Plays E.R. Berlekamp, J.H. Conway and R.K. Guy: Second Edition 2001, Volume 1, A K Peters, Ltd. Games on triangulations O. Aichholzer, D. Bremner, E.D. Demaine, F. Hurtado, E. Kranakis,H. Krasser, S. Ramaswami, S. Sethia, and J. Urrutia: Theoretical Computer Science, 343(1-2):42-71,2005. links: . Triangulation games: http://www.cs.mcgill.ca/~pcastr/cs507/ . Northcotts game: http://www.cut-the- knot.org/recurrence/Northcott.shtml Algorithmen und Spiele, Aichholzer NIM & Co 23 Thanks! Thanks for your attention … Algorithmen und Spiele, Aichholzer NIM & Co 24 .

View Full Text

Details

  • File Type
    pdf
  • Upload Time
    -
  • Content Languages
    English
  • Upload User
    Anonymous/Not logged-in
  • File Pages
    25 Page
  • File Size
    -

Download

Channel Download Status
Express Download Enable

Copyright

We respect the copyrights and intellectual property rights of all users. All uploaded documents are either original works of the uploader or authorized works of the rightful owners.

  • Not to be reproduced or distributed without explicit permission.
  • Not used for commercial purposes outside of approved use cases.
  • Not used to infringe on the rights of the original creators.
  • If you believe any content infringes your copyright, please contact us immediately.

Support

For help with questions, suggestions, or problems, please contact us