Skip to content

Commit 4461cc4

Browse files
authored
Update 0105-Scrambled-String.md
1 parent 6b6a3d9 commit 4461cc4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dsa-solutions/gfg-solutions/Hard/0101-0200/0105-Scrambled-String.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)