From 9e625b89bac7e8daaf583e215f3a0df3dc250bb2 Mon Sep 17 00:00:00 2001 From: Paul Jungeblut Date: Mon, 27 Jun 2016 11:17:34 +0200 Subject: Math section rebuild, merged convinience and sonstiges section. --- math/nimm.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'math/nimm.cpp') 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 game) { int result = 0; for(int s: game) result ^= s; -- cgit v1.2.3