From c245ad9089aeb8c7fc7683b6a8a20d04a74818f4 Mon Sep 17 00:00:00 2001 From: Paul Jungeblut Date: Mon, 10 Oct 2016 21:39:35 +0200 Subject: Typesetting math section. --- math/nimm.cpp | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 math/nimm.cpp (limited to 'math/nimm.cpp') diff --git a/math/nimm.cpp b/math/nimm.cpp deleted file mode 100644 index 0b2d0c0..0000000 --- a/math/nimm.cpp +++ /dev/null @@ -1,6 +0,0 @@ -// Laufzeit: O(#game) -bool WinNimm(vector game) { - int result = 0; - for(int s: game) result ^= s; - return s > 0; -} -- cgit v1.2.3