DEV Community

Discussion on: Daily Challenge #12 - Next Larger Number

Collapse
 
oscherler profile image
Olivier “Ölbaum” Scherler

I wanted to do it like this (in Erlang), but didn’t figure out how to. Nice.

Thread Thread
 
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.