All Tags »
.NET »
.NET2 »
Patterns »
Sudoku »
Object Oriented Programming
Sorry, but there are no more tags available to filter with.
-
Primary focus of this blog entry is to demonstrate some of the power and flexibility offered by object orientated programming and design patterns. I will try to demonstrate these techniques and how to use them to solve complex problems like Sudoku.
I chose Sudoku rather than "Hello world" because it's fun, complex and seems ...