8 kyu
Correct the mistakes of the character recognition software
22,511 of 64,637denesnori
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 | 91732 |
Total Skips | 7401 |
Total Code Submissions | 149472 |
Total Times Completed | 64637 |
JavaScript Completions | 22511 |
Python Completions | 19995 |
C# Completions | 3507 |
C Completions | 1618 |
Ruby Completions | 1416 |
Haskell Completions | 469 |
Crystal Completions | 31 |
C++ Completions | 7050 |
PHP Completions | 1901 |
Java Completions | 6411 |
NASM Completions | 56 |
Julia Completions | 59 |
Racket Completions | 36 |
TypeScript Completions | 888 |
R Completions | 129 |
CoffeeScript Completions | 18 |
Prolog Completions | 23 |
Nim Completions | 65 |
Scala Completions | 143 |
Total Stars | 591 |
% of votes with a positive feedback rating | 93% of 5436 |
Total "Very Satisfied" Votes | 4700 |
Total "Somewhat Satisfied" Votes | 665 |
Total "Not Satisfied" Votes | 71 |