Skip to content

Commit 6e0f94e

Browse files
authored
Update pizza-with-3n-slices.cpp
1 parent 8865cc8 commit 6e0f94e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

C++/pizza-with-3n-slices.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
// [observation]
55
// 1. we can never take two adjacent slices.
66
// 2. if we want some set of N / 3 non-adjacent slices, there is always a way to take
7+
//
78
// [proof]
89
// - for N = 3, it is obviously true.
910
// - for N' = N + 3,

0 commit comments

Comments
 (0)