Skip to content

fixed solution of [Medium] groupingOfNumbers problem#21

Merged
ZahidFKhan merged 2 commits intoZahidFKhan:mainfrom
The-Wardaddy:patch-2
Aug 21, 2025
Merged

fixed solution of [Medium] groupingOfNumbers problem#21
ZahidFKhan merged 2 commits intoZahidFKhan:mainfrom
The-Wardaddy:patch-2

Conversation

@The-Wardaddy
Copy link
Contributor

Before fix

{0=[2], 1=[11, 19], 2=[23, 20], 3=[34, 33, 37], 5=[54, 59]}

After fix

{0=[2], 50=[54, 59], 20=[23, 20], 10=[11, 19], 30=[34, 33, 37]}

@ZahidFKhan ZahidFKhan merged commit 0fe30cc into ZahidFKhan:main Aug 21, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants