A Common-Sense Guide to Data Structures and Algorithms

A Common-Sense Guide to Data Structures and Algorithms

Level Up Your Core Programming Skills

Jay Wengrow

Whenever we say O( log N), it’s actually shorthand for saying O( log2 N). We’re just omitting that small 2 for convenience.
575