solve.go
changeset 10 8dc05ff5dbe2
parent 6 110d38ae22cd
equal deleted inserted replaced
9:4b3436c03726 10:8dc05ff5dbe2
       
     1 // Copyright (C) 2016 Mikael Berthe <mikael@lilotux.net>. All rights reserved.
       
     2 // Use of this source code is governed by the MIT license,
       
     3 // which can be found in the LICENSE file.
       
     4 
     1 package takuzu
     5 package takuzu
       
     6 
       
     7 // This file contains the methods used to solve a takuzu puzzle.
     2 
     8 
     3 import (
     9 import (
     4 	"fmt"
    10 	"fmt"
     5 	"log"
    11 	"log"
     6 	"runtime"
    12 	"runtime"