We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f24a2b commit cae0893Copy full SHA for cae0893
C++/cutting-ribbons.cpp
@@ -1,4 +1,4 @@
1
-// Time: O(nlogr), r is sum(ribbons) / k
+// Time: O(nlogr), r is sum(ribbons)/k
2
// Space: O(1)
3
4
class Solution {
0 commit comments