7 kyu
Form The Minimum
1,416 of 29,100MrZizoScream
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 | 45034 |
Total Skips | 5654 |
Total Code Submissions | 75234 |
Total Times Completed | 29100 |
C++ Completions | 1416 |
Python Completions | 8830 |
Ruby Completions | 825 |
C Completions | 477 |
TypeScript Completions | 747 |
PowerShell Completions | 198 |
JavaScript Completions | 10315 |
Crystal Completions | 26 |
C# Completions | 1142 |
Elixir Completions | 287 |
Java Completions | 2853 |
Haskell Completions | 265 |
Rust Completions | 804 |
F# Completions | 125 |
Dart Completions | 631 |
Julia Completions | 57 |
PHP Completions | 723 |
CoffeeScript Completions | 11 |
Reason Completions | 7 |
Racket Completions | 41 |
Prolog Completions | 34 |
CFML Completions | 11 |
Clojure Completions | 93 |
Nim Completions | 10 |
R Completions | 76 |
D Completions | 7 |
Total Stars | 366 |
% of votes with a positive feedback rating | 94% of 3132 |
Total "Very Satisfied" Votes | 2785 |
Total "Somewhat Satisfied" Votes | 314 |
Total "Not Satisfied" Votes | 33 |
Total Rank Assessments | 6 |
Average Assessed Rank | 7 kyu |
Highest Assessed Rank | 7 kyu |
Lowest Assessed Rank | 7 kyu |