We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e0f94e commit 09edb90Copy full SHA for 09edb90
C++/pizza-with-3n-slices.cpp
@@ -2,7 +2,7 @@
2
// Space: O(n)
3
4
// [observation]
5
-// 1. we can never take two adjacent slices.
+// 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]
0 commit comments