DEV Community

Discussion on: Daily Challenge #12 - Next Larger Number

 
oscherler profile image
Olivier “Ölbaum” Scherler

I think you have a mistake: next_largest(351) should return 513, and you return 531.

That’s where I gave up with the swapping approach.