daily log 10.22.20

less than 1 minute read

BUBBLE SORT!

If we optimze using a “no swap” variable to deal with an almost-sorted list, we have O(N), otherwise we have O(n^2)