Draft
Convert natural number to its binary representation
74 of 462Arasz
Description:
Write function that converts an integer number to its binary representation and returns it as a string.
You can see examples of how function should work in test cases.
You can find some useful informations under this link: https://en.wikipedia.org/wiki/Binary_number.
Input numbers will be greater than or equal to 0.
Strings
Binary
Algorithms
Similar Kata:
Stats:
Created | Sep 18, 2015 |
Warriors Trained | 715 |
Total Skips | 32 |
Total Code Submissions | 888 |
Total Times Completed | 462 |
C# Completions | 74 |
Java Completions | 108 |
Python Completions | 167 |
JavaScript Completions | 144 |
Total Stars | 7 |
% of votes with a positive feedback rating | 85% of 254 |
Total "Very Satisfied" Votes | 198 |
Total "Somewhat Satisfied" Votes | 36 |
Total "Not Satisfied" Votes | 20 |
Total Rank Assessments | 271 |
Average Assessed Rank | 7 kyu |
Highest Assessed Rank | 4 kyu |
Lowest Assessed Rank | 8 kyu |