Demystifying Big O Notations (2/2)
I'd like to give some concrete examples of how to use and apply all the mumbo jumbo I said in the last post, so here we go.
The most common big O notations used are:
O(1) - Constant Time: This notation represents an algorithm that takes a constant a...
dhawalpandya01.hashnode.dev6 min read