AndyWendt / sudoku

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sudoku Solver

CircleCI

About

This project is an attempt to analyze different algorithms and approaches to solving Sudoku puzzles. At first, I will not attempt a brute force approach though I might add one later to show the difference in performance.

My initial attempt is based on Sandiway Fong's Sudoku Heuristics. However, the plan is to add others, including:

Todo

  • Analyze number of method calls
  • Profile time/space cost and attempt to reduce

About

License:MIT License


Languages

Language:Ruby 100.0%