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.)
Code for selection sort from lecture.
Code for insertion sort from lecture. And here is a templated version.