Relearning Algorithms
It’s been a while since I took CS 1501 - Algorithms, and wrote a refresher post on Data Structures, so figured I why not write another post.
Complexity Notations
There are three main notations: Big O (O), Big Theta (Θ), and Big Omega (Ω).
1. Big O (O) notation