/plinio-eight-queens

Writing an 8 queens solution in rust

Primary LanguageRust

plinio-eight-queens

Writing an 8 queens solution in rust

Exemplos

Print Eight Queens solution

TODO

  • Implement solution.
  • Split implementation into a module.
  • Implement a single API endpoint with an HTML returning a single solution.
  • Implement an interactive page requesting multiple solutions solutions.
  • Cache solutions to avoid recalculating everthing over and over.
  • Implement generic N queens solution.