## Notes
*Bubble Sort* works by using two indices at index = 0 and index = 1. If the value at index = 0 is larger, then swap the two values. Increment the pointers and proceed until the largest value is at the end of the array. Restart from the beginning and