Big O Notation: A straightforward explanation with illustrations
Big-O notation is the terminology we use to describe how long it takes an algorithm to execute (time complexity) or how much storage in memory or on disk the algorithm requires (space complexity). Big-O notation can be used to indicate the optimal, ...
jeffmboya.hashnode.dev7 min read