/FSharp-Sudoku-Solver

An implementation of Peter Norvig’s Sudoku solver in F#

Primary LanguageF#

Introduction

A translation of Peter Norvig’s Sudoku solver from Python to F#
Done as an exercise (not an easy one) to learn F# and functional programming

Getting Started

Software dependencies : ExtCore (a NuGet package needed for HashMap).

Build and Test

Build and run the solution.