7 kyu
Form The Minimum
1,433 of 29,477MrZizoScream
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 | 45428 |
Total Skips | 5689 |
Total Code Submissions | 76037 |
Total Times Completed | 29477 |
C++ Completions | 1433 |
Python Completions | 8963 |
Ruby Completions | 829 |
C Completions | 480 |
TypeScript Completions | 759 |
PowerShell Completions | 202 |
JavaScript Completions | 10435 |
Crystal Completions | 26 |
C# Completions | 1156 |
Elixir Completions | 292 |
Java Completions | 2894 |
Haskell Completions | 266 |
Rust Completions | 812 |
F# Completions | 125 |
Dart Completions | 646 |
Julia Completions | 57 |
PHP Completions | 727 |
CoffeeScript Completions | 11 |
Reason Completions | 7 |
Racket Completions | 41 |
Prolog Completions | 35 |
CFML Completions | 11 |
Clojure Completions | 94 |
Nim Completions | 11 |
R Completions | 78 |
D Completions | 7 |
Total Stars | 366 |
% of votes with a positive feedback rating | 94% of 3153 |
Total "Very Satisfied" Votes | 2803 |
Total "Somewhat Satisfied" Votes | 316 |
Total "Not Satisfied" Votes | 34 |
Total Rank Assessments | 6 |
Average Assessed Rank | 7 kyu |
Highest Assessed Rank | 7 kyu |
Lowest Assessed Rank | 7 kyu |