Skip to content

henryleberre/Maths-Expertes-Problem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Math Expertes Problem

The problem was to find the shortest mathematical expression containing an ascending sequence of natural numbers that is equal to 2021. By using reverse polish notation and bit encoding, I was able to search through all of the possible expressions (though there is a limit on factorials): multi-threading did help.

The Result

The shortest solution found is: (1+2)!! + (3!)^4 + 5 = 2021.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages