Skip to content

Using brute force, try to generate the asked number using 4 operations and 6 specified numbers. You can only use a number once.

Notifications You must be signed in to change notification settings

canbax/numberFinder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

numberFinder

I wrote a program to hack a simple game https://play.google.com/store/apps/details?id=tr.name.ekt.birislem

The game aims to find the specified number using 4 operations and 6 specified numbers. You can only use a number once.

It uses List<int> and solves the problem with brute force trial and error. C++ or array implementations might work faster.

About

Using brute force, try to generate the asked number using 4 operations and 6 specified numbers. You can only use a number once.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages