Udemy Javascript Data Structures and Algorithms
Big O Time Complexity: measure in number of operation, how much time it cost Space Complexity: memory usage Omega(Ω), Theta(Θ) & Omicron(O) Omega is the fastest case. Theta is the average case. Omicron is the slowest case. Big O always measuring the worst (slowest) case. Drop...