Skip to content

gibranpulga/YourOrderPleaseKata-codewars

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

YourOrderPleaseKata-codewars

Your order, please kata from codewars - https://www.codewars.com/kata/your-order-please/java


Your task is to sort a given string. Each word in the String will contain a single number. This number is the position the word should have in the result.

Note: Numbers can be from 1 to 9. So 1 will be the first word (not 0).

If the input String is empty, return an empty String. The words in the input String will only contain valid consecutive numbers.

For an input: "is2 Thi1s T4est 3a" the function should return "Thi1s is2 3a T4est"

Releases

No releases published

Packages

No packages published

Languages