Skip to content

Exhausting way to solve the "number guessing" game.

Notifications You must be signed in to change notification settings

Neboer/number-guesser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

number-guesser

猜数字穷举解法

用法

number_guesser <位数>

输入要猜数字的位数进入交互模式,每一行提供如下信息:

试验的数字 正确的位置计数 错误的位置计数

比如

1234 2 2

协议

MIT

Releases

No releases published

Packages

No packages published