7 kyu
Numbers in strings
2,222 of 7,499KenKamau
Description:
In this Kata, you will be given a string that has lowercase letters and numbers. Your task is to compare the number groupings and return the largest number. Numbers will not have leading zeros.
For example, solve("gh12cdy695m1") = 695
, because this is the largest of all number groupings.
Good luck!
Please also try Simple remove duplicates
Strings
Algorithms
Similar Kata:
Stats:
Created | Oct 10, 2017 |
Published | Nov 2, 2017 |
Warriors Trained | 12730 |
Total Skips | 222 |
Total Code Submissions | 22337 |
Total Times Completed | 7499 |
JavaScript Completions | 2748 |
Python Completions | 2222 |
C# Completions | 515 |
Lua Completions | 193 |
Crystal Completions | 14 |
Ruby Completions | 264 |
Haskell Completions | 119 |
CoffeeScript Completions | 14 |
Dart Completions | 162 |
PHP Completions | 239 |
TypeScript Completions | 183 |
C++ Completions | 434 |
Java Completions | 616 |
Rust Completions | 115 |
Total Stars | 123 |
% of votes with a positive feedback rating | 93% of 1148 |
Total "Very Satisfied" Votes | 1008 |
Total "Somewhat Satisfied" Votes | 126 |
Total "Not Satisfied" Votes | 14 |
Total Rank Assessments | 10 |
Average Assessed Rank | 7 kyu |
Highest Assessed Rank | 7 kyu |
Lowest Assessed Rank | 8 kyu |