Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
python new test framework + random tests are required. updated in this fork
The specs are so vague there are at least 3 possible interpretations of the task, and none of them is clear until you hit the next test case in the actual tests that invalidates your assumption (again).
Please approve my Rust translation
No random tests.
Python random tests generate numbers with leading zeros, e.g.
.join
is disabled in ruby, but other string manipulations are not: see my solutionFurthermore, the python translation doesn't have any such restrictions, as already reported by others earlier.
The tests in Java and Objective-C version is inconsistent to every other language.
No random tests
Duplicate of https://www.codewars.com/kata/next-bigger-number-with-the-same-digits
not enough tests and need random ones (python at least)
join
is not disabled. At least in Python.This comment is hidden because it contains spoiler information about the solution