Skip to content

A program that when given an encoded message, counts the number of ways it can be decoded.

Notifications You must be signed in to change notification settings

rmonfort/Decode_Numbers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Decode_Numbers

A program that when given an encoded message, counts the number of ways it can be decoded.

####Mapping:

A : 1
B : 2
C : 3
...
Z : 26

###Input Sample:

12
123

###Output Sample:

2
3

About

A program that when given an encoded message, counts the number of ways it can be decoded.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages