valentineap / ComputationalGeoscienceCourse

Materials for an introductory course in Python programming for geoscientists
7 stars 1 forks source link

Exercise 12 ready for review #17

Closed valentineap closed 6 years ago

valentineap commented 6 years ago

Calling all budding puzzlers....

This is intended to be 'optional', aimed at the more advanced students.

https://github.com/valentineap/ComputationalGeoscienceCourse/tree/master/Practicals/Exercise%2012%20-%20Sudoku

charlesll commented 6 years ago

I fixed minor mistakes in the sudoku solving function. It seems to be a fun and doable problem, if you like sudoku :)

valentineap commented 6 years ago

Good spot, thanks.

Surely it's better for people who don't like Sudoku, as then they don't have to ever solve one again?

Ready for @rmcgirr94 ...

charlesll commented 6 years ago

Yes that's true! I will keep this algorithm somewhere in my mind :)

oscarbranson commented 6 years ago

Nice! I enjoyed the sudoku... A really nice 'words to algorithms' exercise. Plus now I'll never have to do one again!

rebecca-mcgirr commented 6 years ago

This is a great extra exercise, should keep a few people busy for a while. Nothing to change, closing issue.