Skip to content

Commit cb25e34

Browse files
authored
Update 0111-Maximum-Number-of-coins.md
1 parent 78745cb commit cb25e34

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

dsa-solutions/gfg-solutions/Hard/0101-0200/0111-Maximum-Number-of-coins.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ Expected Time Complexity: $O(N^3)$
4242
Expected Space Complexity: $O(N^2)$
4343

4444
## Constraints
45-
- 1 <= N <= 400
46-
- 0 <= a[i] <= 100
45+
- `1 <= N <= 400`
46+
- `0 <= a[i] <= 100`
4747

4848
## Problem Explanation
4949

@@ -115,4 +115,4 @@ $$O(N^2)$$.
115115
- **LeetCode Problem:** [LeetCode Problem](https://leetcode.com/problems/maximum-number-of-coins-you-can-get/description/)
116116
- **Author's Geeks for Geeks Profile:** | [DaminiChachane](https://leetcode.com/u/divcxl15/) |
117117

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.

0 commit comments

Comments
 (0)