File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
dsa-solutions/gfg-solutions/Hard/0101-0200 Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ Expected Auxiliary Space: $O(N2)$.
54
54
## Constraints
55
55
56
56
- S1.length = S2.length
57
- - S1.length<=31
57
+ - ` S1.length<=31 `
58
58
- S1 and S2 consist of lower-case English letters.
59
59
60
60
## Problem Explanation
@@ -272,4 +272,4 @@ If none of the conditions are satisfied after checking all possible split points
272
272
- ** LeetCode Problem:** [ LeetCode Problem] ( https://leetcode.com/problems/scramble-string/description/ )
273
273
- ** Author's Geeks for Geeks Profile:** | [ DaminiChachane] ( https://leetcode.com/u/divcxl15/ ) |
274
274
275
- This format ensures that all necessary details about the problem and its solution are clearly presented and easy to follow.
275
+ 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