Algorithm

for(;;) print("Hello World")

  • Big O notation - Make sense of what people are trying to say when talking about the speed limits of a algorithm.

  • Sort - The many strange ways to sort things.

Reference