One Byte Explainer: Big O notation

Posted by David Haley on June 22, 2024 · 1 min read

#compsci  ·  #dev.to  ·  #external  ·  #software

Explains Big O notation as a way to represent how code runtime grows at scale. It uses the example of handshakes among people to illustrate exponential growth.

This post was an entry in the dev.to One Byte Explainer challenge.

Original post on dev.to