home
This is the homepage for the Algorithms course.
If you're just browsing through, the links at the left
will lead you to the course syllabus and materials.
latest news
So we're done!
Final exams and course grades have been posted;
get back to me if you have any questions.
I've written up a sample solution to the sudoku question,
using a simple backtracking approach and written in C;
you can see it in
homework/final/sudoku_backtrack.c .