Retired
Bit Sort (retired)
76mmx123uk
Description:
You have a certain number of 8-bit digits represented as long string of bits.
Your goal is to sort them and present as string of decimals in ascending order.
If you for instance take folowing string "000000100000011101010101000000101101000100000001"
After decimal conversion it becomes 278522091
The result of sort should be 122785209
Binary
Sorting
Algorithms
Similar Kata:
Stats:
Created | Oct 7, 2015 |
Warriors Trained | 335 |
Total Skips | 67 |
Total Code Submissions | 211 |
Total Times Completed | 76 |
C# Completions | 76 |
Total Stars | 5 |
% of votes with a positive feedback rating | 74% of 39 |
Total "Very Satisfied" Votes | 23 |
Total "Somewhat Satisfied" Votes | 12 |
Total "Not Satisfied" Votes | 4 |
Total Rank Assessments | 34 |
Average Assessed Rank | 6 kyu |
Highest Assessed Rank | 5 kyu |
Lowest Assessed Rank | 8 kyu |