# Sudoku Solver
While studying [[RMIT - Bachelor of Computer Science|Computer Science at RMIT]], in a subject called *Algorithms and Analysis*, I was set an assignment requiring me to write several sudoku solvers, each implementing a different algorithm.
I submitted a solution and got a pass. But I was never satisfied with my work. I wasn't able to get all the different types of solvers working in time for my submission - and while the lost marks don't concern me, it does bother me that I never fully understood why my code didn't work.
So I've decided to dig up the old assignment spec and tackle the problem with fresh eyes.
When it's complete I'll share the code in a public GitHub repo and document the project here.