7 kyu
Form The Minimum
1,405 of 28,825MrZizoScream
Description:
Task
Given a list of digits, return the smallest number that could be formed from these digits, using the digits only once (ignore duplicates). Only positive integers in the range of 1 to 9 will be passed to the function.
Examples
[1, 3, 1] ==> 13
[5, 7, 5, 9, 7] ==> 579
[1, 9, 3, 1, 7, 4, 6, 6, 7] ==> 134679
Fundamentals
Similar Kata:
Stats:
Created | Apr 5, 2018 |
Published | Apr 5, 2018 |
Warriors Trained | 44624 |
Total Skips | 5627 |
Total Code Submissions | 74655 |
Total Times Completed | 28825 |
C++ Completions | 1405 |
Python Completions | 8720 |
Ruby Completions | 823 |
C Completions | 473 |
TypeScript Completions | 736 |
PowerShell Completions | 196 |
JavaScript Completions | 10225 |
Crystal Completions | 26 |
C# Completions | 1136 |
Elixir Completions | 287 |
Java Completions | 2836 |
Haskell Completions | 262 |
Rust Completions | 794 |
F# Completions | 123 |
Dart Completions | 625 |
Julia Completions | 56 |
PHP Completions | 715 |
CoffeeScript Completions | 11 |
Reason Completions | 7 |
Racket Completions | 41 |
Prolog Completions | 34 |
CFML Completions | 11 |
Clojure Completions | 91 |
Nim Completions | 10 |
R Completions | 76 |
D Completions | 7 |
Total Stars | 364 |
% of votes with a positive feedback rating | 94% of 3120 |
Total "Very Satisfied" Votes | 2774 |
Total "Somewhat Satisfied" Votes | 313 |
Total "Not Satisfied" Votes | 33 |
Total Rank Assessments | 6 |
Average Assessed Rank | 7 kyu |
Highest Assessed Rank | 7 kyu |
Lowest Assessed Rank | 7 kyu |