Time complexity
Big O (O), Big Omega (Ω), and Big Theta (Θ) Notations
These notations are used to describe the time complexity of an algorithm, which is a way to express how the runtime of an algorithm changes with respect to the size of the input (denoted as n).
B...
yesamitsingh.hashnode.dev2 min read