Skip to content

ForNeVeR/Numbers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Numbers

This project solves the following seemingly simple task:

Find all combinations of 1, 2, 3, 4, 5, 6, 7, 8, 9 which evaluates into 100.

You can insert operators +, *, - and concat between numbers.

Order of numbers is not important, but each number shold appear once and only once.

1 concat 2 = 12.

Resource usage

On my hardware (4-core Intel Core i7 870@2.93 GHz with HyperThreading enabled) the program executes for about 4.5 hours. It uses only small amount of RAM (about 15 MiB).

See also

Hundreds is a competing software.

About

CPU-based combination solver

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages