File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
dsa-solutions/gfg-solutions/Hard/0101-0200 Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -42,8 +42,8 @@ Expected Time Complexity: $O(N^3)$
42
42
Expected Space Complexity: $O(N^2)$
43
43
44
44
## Constraints
45
- - 1 <= N <= 400
46
- - 0 <= a[ i] <= 100
45
+ - ` 1 <= N <= 400 `
46
+ - ` 0 <= a[i] <= 100 `
47
47
48
48
## Problem Explanation
49
49
@@ -115,4 +115,4 @@ $$O(N^2)$$.
115
115
- ** LeetCode Problem:** [ LeetCode Problem] ( https://leetcode.com/problems/maximum-number-of-coins-you-can-get/description/ )
116
116
- ** Author's Geeks for Geeks Profile:** | [ DaminiChachane] ( https://leetcode.com/u/divcxl15/ ) |
117
117
118
- This format ensures that all necessary details about the problem and its solution are clearly presented and easy to follow.
118
+ This format ensures that all necessary details about the problem and its solution are clearly presented and easy to follow.
You can’t perform that action at this time.
0 commit comments