Skip to content

Given a number, find a sequence of additions and multiplications that produce that number. For example, the number 13 could be reached by first multiplying 1 by 3 and then adding 5 twice. The number 15 cannot be reached at all.

Notifications You must be signed in to change notification settings

Jayme-T/numberReachability

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

numberReachability

Given a number, find a sequence of additions and multiplications that produce that number. For example, the number 13 could be reached by first multiplying 1 by 3 and then adding 5 twice. The number 15 cannot be reached at all.

About

Given a number, find a sequence of additions and multiplications that produce that number. For example, the number 13 could be reached by first multiplying 1 by 3 and then adding 5 twice. The number 15 cannot be reached at all.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published