Skip to content

Commit 09edb90

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// Space: O(n)
33

44
// [observation]
5-
// 1. we can never take two adjacent slices.
5+
// 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
77
//
88
// [proof]

0 commit comments

Comments
 (0)