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 3832ffd commit 9d336aaCopy full SHA for 9d336aa
docs/hackerrank/interview_preparation_kit/arrays/crush_optimized-solution-notes.md
@@ -11,8 +11,8 @@ Perform m operations on an array and print the maximum of the values.
11
12
The first solution attempt is based on the idea of going through:
13
14
-> -> each row and then,
15
-> -> each sub-set of elements affected by the operation.
+> each row and then,
+> > each sub-set of elements affected by the operation.
16
17
With this principle, the algorithm becomes O(N^2)
18
0 commit comments