Just the Sort
DRAFT WIP - TODO
UFO - Unsorted Flying Object
( Mention of the spaceship operator as a comparator, basics of sorting )
Lividly Lexical
( Lexical vs Numerical sorts )
Sorting things out
( Ruby's built in sort
and sort_by
)
A Select Sort
( Selection sorts )
Divide and Conquer
( Quick / Merge sort and applying recursion )