Cracking The Coding Interview 6th Edition PDF
Cracking The Coding Interview 6th Edition PDF
Cracking The Coding Interview 6th Edition PDF
Table of Contents
Introduction
BIg(O)Notation
Introduction
BIg(O)Notation
Time Complexity
O(1) constant time. This is never counted. O(n) this mean it takes n time. O(n) is linear time.
No matter how big the constant O(1) is linear will surpass it at some point.
Industry meaning of Big O notation is more academia Big Theta. Big O merges the
BIg(O)Notation