summaryrefslogtreecommitdiff
path: root/math/nimm.cpp
diff options
context:
space:
mode:
authorPaul Jungeblut <paul.jungeblut@gmail.com>2016-06-27 11:17:34 +0200
committerPaul Jungeblut <paul.jungeblut@gmail.com>2016-06-27 11:17:34 +0200
commit9e625b89bac7e8daaf583e215f3a0df3dc250bb2 (patch)
treeab295455fce73f726bd97a325a61d95aca77a508 /math/nimm.cpp
parent5bb1ac05882e0df43a2afe0c363e0f503f51c357 (diff)
Math section rebuild, merged convinience and sonstiges section.
Diffstat (limited to 'math/nimm.cpp')
-rw-r--r--math/nimm.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/nimm.cpp b/math/nimm.cpp
index 837a2ad..0b2d0c0 100644
--- a/math/nimm.cpp
+++ b/math/nimm.cpp
@@ -1,4 +1,4 @@
-#Most important function!!!11elf
+// Laufzeit: O(#game)
bool WinNimm(vector<int> game) {
int result = 0;
for(int s: game) result ^= s;