8 kyu
Correct the mistakes of the character recognition software
21,096 of 67,440denesnori
Description:
Character recognition software is widely used to digitise printed texts. Thus the texts can be edited, searched and stored on a computer.
When documents (especially pretty old ones written with a typewriter), are digitised character recognition softwares often make mistakes.
Your task is correct the errors in the digitised text. You only have to handle the following mistakes:
S
is misinterpreted as5
O
is misinterpreted as0
I
is misinterpreted as1
The test cases contain numbers only by mistake.
Fundamentals
Strings
Similar Kata:
Stats:
Created | Jul 5, 2016 |
Published | Jul 5, 2016 |
Warriors Trained | 95852 |
Total Skips | 7610 |
Total Code Submissions | 154955 |
Total Times Completed | 67440 |
JavaScript Completions | 23263 |
Python Completions | 21096 |
C# Completions | 3651 |
C Completions | 1699 |
Ruby Completions | 1441 |
Haskell Completions | 480 |
Crystal Completions | 32 |
C++ Completions | 7449 |
PHP Completions | 1965 |
Java Completions | 6680 |
NASM Completions | 57 |
Julia Completions | 60 |
Racket Completions | 39 |
TypeScript Completions | 985 |
R Completions | 135 |
CoffeeScript Completions | 19 |
Prolog Completions | 26 |
Nim Completions | 68 |
Scala Completions | 150 |
Perl Completions | 8 |
Total Stars | 609 |
% of votes with a positive feedback rating | 93% of 5550 |
Total "Very Satisfied" Votes | 4801 |
Total "Somewhat Satisfied" Votes | 674 |
Total "Not Satisfied" Votes | 75 |