pliniocampinas / plinio-eight-queens

Writing an 8 queens solution in rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Writing an 8 queens solution in rust


Languages

Language:Rust 79.5%Language:HTML 14.7%Language:CSS 5.8%