Skip to content

Commit cdd5102

Browse files
authored
Merge pull request #445 from sir-gon/develop
[BUGFIX] markdown lint fix
2 parents 3832ffd + 9d336aa commit cdd5102

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/hackerrank/interview_preparation_kit/arrays/crush_optimized-solution-notes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ Perform m operations on an array and print the maximum of the values.
1111

1212
The first solution attempt is based on the idea of going through:
1313

14-
> -> each row and then,
15-
> -> each sub-set of elements affected by the operation.
14+
> each row and then,
15+
> > each sub-set of elements affected by the operation.
1616
1717
With this principle, the algorithm becomes O(N^2)
1818

0 commit comments

Comments
 (0)