Skip to content

Commit ef36ace

Browse files
authored
Merge pull request #3357 from Hitesh4278/lexicographically-smallest-string-after-a-swap
Lexicographically-smallest-string-after-a-swap - Issue No 3289
2 parents c9cf6a1 + ce153eb commit ef36ace

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dsa-problems/leetcode-problems/3200-3299.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ keywords:
1111

1212
export const problems = [
1313
{
14-
"problemName": "3216. Lexicographically Smallest String After a Swap",
14+
"problemName": "3216.Lexicographically Smallest String After a Swap",
1515
"difficulty": "Easy",
1616
"leetCodeLink": "https://leetcode.com/problems/lexicographically-smallest-string-after-a-swap/description/",
1717
"solutionLink": "/dsa-solutions/lc-solutions/3200-3299/lexicographically-smallest-string-after-a-swap"

dsa-solutions/lc-solutions/3200-3299/3216-lexicographically-smallest-string-after-a-swap.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ s[1] == '5' and s[2] == '3' both have the same parity, and swapping them results
2828

2929
### Constraints
3030
- `1 <= s.length <= 10^5`
31-
## Solution for 3216. Lexicographically Smallest String After a Swap
31+
## Solution for 3216. Lexicographically Smallest String After a Swap
3232

3333
<Tabs>
3434
<TabItem value="Solution" label="Solution">

0 commit comments

Comments
 (0)