We're a place where coders share, stay up-to-date and grow their careers.
I think you have a mistake: next_largest(351) should return 513, and you return 531.
next_largest(351)
513
531
That’s where I gave up with the swapping approach.
I think you have a mistake:
next_largest(351)
should return513
, and you return531
.That’s where I gave up with the swapping approach.