Skip to content

C# implementation of Knuth's algorithm to solve MasterMind within 5 guesses

Notifications You must be signed in to change notification settings

taylorjg/mastermind-csharp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

C# implementation of Knuth's algorithm to solve Mastermind within 5 guesses.

TODO

  • Implement RandomSecret
  • Figure out why the non-parallel code is so slow
    • Answer: fix hot spot by optimising EvaluateScore - avoid LINQ in favour of simpler but faster code
  • Implement command line args
  • Implement parallelisation

Links

About

C# implementation of Knuth's algorithm to solve MasterMind within 5 guesses

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages