Humans are very visual creatures and some algorithms can be hard to understand. In order to handle this I'll be brining some basic algorthms to life using the D3 Javascript Library.
"The algorithm proceeds by finding the smallest (or largest, depending on sorting order) element in the unsorted sublist, exchanging (swapping) it with the leftmost unsorted element (putting it in sorted order), and moving the sublist boundaries one element to the right."