Hey guys I noticed that there are only a few sorting algorithms on the archive.
I think we should add these:
merge sort
insertion sort
quick sort
breadth-first search
depth-first search
etc.
especially because most classes first teach algorithms using sorting algorithms.