Visual-Algorithms A visual interpretation of common algorithms. ##Bubble Sort Worst Case: O(n2) Average Case: O(n2) Best Case: O(n)