imagine using sort when you can just do a linear scan
how does this work?
oh damn. I don't know why I thought we were supposed to reverse the digits. my bad.
two test cases are incorrect in Java checker.
test_04: input is 1021 but it expects 2110 as output. probably a typo in the output.
1021
2110
test_05: input is 123495678 but it expects 987654321 as output. probably a typo in the input.
123495678
987654321
This comment is hidden because it contains spoiler information about the solution
Loading collection data...
imagine using sort when you can just do a linear scan
how does this work?
oh damn. I don't know why I thought we were supposed to reverse the digits. my bad.
two test cases are incorrect in Java checker.
test_04:
input is
1021
but it expects2110
as output. probably a typo in the output.test_05:
input is
123495678
but it expects987654321
as output. probably a typo in the input.This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution