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)$.
5454## Constraints
5555
5656- S1.length = S2.length
57- - S1.length<=31
57+ - ` S1.length<=31 `
5858- S1 and S2 consist of lower-case English letters.
5959
6060## Problem Explanation
@@ -272,4 +272,4 @@ If none of the conditions are satisfied after checking all possible split points
272272- ** LeetCode Problem:** [ LeetCode Problem] ( https://leetcode.com/problems/scramble-string/description/ )
273273- ** Author's Geeks for Geeks Profile:** | [ DaminiChachane] ( https://leetcode.com/u/divcxl15/ ) |
274274
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