Week 3 assignments:

Radix sort: (note that I wrote it as a class for practice, and it depends on a bin class which is essentially a queue class I made)

Doubly Linked class: (note this includes a Node class, unit tests, and a Doubly Linked class)