My attempts at making an imperfect solution for the Soduko puzzle.
Attempt 1
Created in Java . It works for most hard level Soduko but has a lack of implementation of sufficient strategies.
Mostly uses Naked Single elimination.
Attempt 2
Created in Python(v3) . This is the current build and hopefully be able to have much more strategic implementations into algorithmic form