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 - Fork 0
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.
Jayme-T/numberReachability
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
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 0
No packages published