/big-o-notes

Big O Notation basics

Primary LanguageHTML


Ace the Interview: Big-O Notation

I like to compile relevant notes for specific topics into a single resource for convenience. While I do this, I might as well share with everyone who might appreciate it!

This is an ongoing project with lots to add, and contributions are welcome. I will probably write a very basic contribution guide shortly if enough people are interested.

Thanks for stopping by! -S

http://devbysam.com/

Sources and Further Reading

What does O(log n) mean exactly?

Examples of Algorithms which have O(1), O(n log n) and O(log n) complexities

Closest pair of points brute-force; Why O(n^2)?

Best, worst and average case

Big O Notations