diff options
| author | Paul Jungeblut <paul.jungeblut@gmail.com> | 2015-12-03 01:13:09 +0100 |
|---|---|---|
| committer | Paul Jungeblut <paul.jungeblut@gmail.com> | 2015-12-03 01:13:09 +0100 |
| commit | 460c5be29f39c62cb1842772ab305308a05b79ff (patch) | |
| tree | c141c1b5c5eeb8b5670d0a405f202772ca48af48 /math | |
| parent | 53e7f12d828bb94c05d2b6c4e04d61de9482c426 (diff) | |
| parent | fa3508ac4b96b39435ab8671412126fefc59bea8 (diff) | |
Merge in Fenwick Tree
Diffstat (limited to 'math')
| -rw-r--r-- | math/nimm.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/nimm.cpp b/math/nimm.cpp index 3da6ca1..837a2ad 100644 --- a/math/nimm.cpp +++ b/math/nimm.cpp @@ -1,4 +1,4 @@ -#Most important function!! +#Most important function!!!11elf bool WinNimm(vector<int> game) { int result = 0; for(int s: game) result ^= s; |
