6 kyu
String Integer Greater-than
331 of 528wthit56
Description:
You are to write a function, stringIntGreaterThan
that must accept arguments, each being the string representation of an positive or negative integer of any length (could contain a thousand digits, or more; also, integers will not have leading zeros).
The function should then return true
if the first argument is greater than the second argument, false
if not.
Strings
Algorithms
Similar Kata:
Stats:
Created | Feb 5, 2015 |
Published | Feb 5, 2015 |
Warriors Trained | 1220 |
Total Skips | 66 |
Total Code Submissions | 8113 |
Total Times Completed | 528 |
JavaScript Completions | 331 |
Haskell Completions | 103 |
C# Completions | 109 |
Total Stars | 23 |
% of votes with a positive feedback rating | 88% of 141 |
Total "Very Satisfied" Votes | 116 |
Total "Somewhat Satisfied" Votes | 15 |
Total "Not Satisfied" Votes | 10 |