DEV Community

Discussion on: The Big O Notation - An Introduction

Collapse
 
sebbdk profile image
Sebastian Vargr

I rarely use big o notation, but it is solid knowledge to have since it makes us think about function complexity and the cost’ around things like disk io, or something silly like asking a html element about its dimensions.

In that context, i find it remarkably relevant.