We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8865cc8 commit 6e0f94eCopy full SHA for 6e0f94e
C++/pizza-with-3n-slices.cpp
@@ -4,6 +4,7 @@
4
// [observation]
5
// 1. we can never take two adjacent slices.
6
// 2. if we want some set of N / 3 non-adjacent slices, there is always a way to take
7
+//
8
// [proof]
9
// - for N = 3, it is obviously true.
10
// - for N' = N + 3,
0 commit comments