Code for bubble sort from lecture. (And demo code for each of the two techniques discussed at the end of the bubble sort notes for comparing complicated classes.) (Oh, and here's a template of the original.)
Code for selection sort from lecture. (And here's a template of the original.)
Code for insertion sort from lecture. And here is a templated version.