/sudoku_go

My little project to learn Go

Primary LanguageGoOtherNOASSERTION

My Sudoku solver

This repo is intended to help teach me Go by trying to write a sudoku solver

TODO:

  • improve command line arguments
  • more clear library / binary separation
  • make less complex
  • benchmark
  • support having multiple puzzles per file
  • support writing directly to a file