Sort a vector of single digit whole numbers alphabetically by their name, in Finnish.
See the Wikipedia page for Finnish numerals for reference.
Example:
Input a = [3 5 0] Output b is [3 0 5]
In Finnish 3 is kolme, 5 is viisi, and 0 is nolla. In alphabetic order of their Finnish spelling, these numbers would go kolme, nolla, viisi, or 3 0 5.
funny
Nice
Interesting
Best solution, balancing readability and short size.
+
neat
You got it bruh!
You got it bruh!
This answer isn't even accepted. Mathworks cares enough to make Cody, but not enough to actually maintain or monitor it lol.
Removing of whitespace improves the score by 9, this is getting ridiculous...
I would have never done this way. Great job!
5737 Solvers
Find nearest prime number less than input number
182 Solvers
Sum the numbers on the main diagonal
375 Solvers
convert matrix to single column
217 Solvers
465 Solvers