Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 278 Bytes

bigO.md

File metadata and controls

7 lines (5 loc) · 278 Bytes

This is an incredible cheat-sheet: https://www.bigocheatsheet.com/

Cracking the coding interview has an amazing chapter on Big O: Cracking the coding interview

Some gotchas:

  • Recursive runtimes: branches^depth