This repository has been archived on 2022-06-22. You can view files and clone it, but cannot push or open issues or pull requests.
usaco-guide/content/7_Advanced/Game_Theory.mdx

28 lines
1 KiB
Text
Raw Normal View History

2020-06-25 17:43:28 +00:00
---
id: game-theory
title: "Game Theory"
author: Benjamin Qi
description: "?"
2020-06-26 18:00:32 +00:00
frequency: 0
2020-06-25 17:43:28 +00:00
---
2020-06-25 15:52:19 +00:00
2020-06-26 01:51:05 +00:00
<info-block title="Pro Tip">
Does not appear on USACO.
</info-block>
2020-06-25 17:43:28 +00:00
* Tutorial
* [HackerRank](https://www.hackerrank.com/topics/game-theory-and-grundy-numbers)
* [TopCoder](https://www.topcoder.com/community/data-science/data-science-tutorials/algorithm-games/)
* Books (thanks mnbvmar!)
* "On Numbers and Games" - Conway
* "Winning Ways for Your Mathematical Plays" (Berlekamp, Conway, Guy)
* Topics
* Nim
* Grundy Numbers
* Sprague-Grundy Theorem
* Problem(s)
* [Division Game](https://uva.onlinejudge.org/index.php?option=onlinejudge&page=show_problem&problem=2959)
* [Game of Stones](http://codeforces.com/problemset/problem/768/E) [](59)
* [Factorization Game](https://www.hackerearth.com/problem/algorithm/mancunian-and-factorization-game-b8794702/) [](61)
* [Arpa & Game](http://codeforces.com/contest/850/problem/C) [](66)
* [Apple Tree](http://codeforces.com/contest/812/problem/E) [](67)