Big O Notation — How to Identify N Log N, Quadratic, and Cubic Algorithms

Photo by Kevin Ku on Unsplash

Misunderstanding Big O Notation can hurt how your systems scale.

Algorithms that increase in operation at a larger rate than linear algorithms are inefficient. This can result in systems that scale at a costly rate.

As a Software Engineer, it is vital you can identify all of the inefficient notations, and this…

--

--

I break down Software Engineering and Tech concepts | Backend Engineer 🐘| www.techimposter.com

Get the Medium app

A button that says 'Download on the App Store', and if clicked it will lead you to the iOS App store
A button that says 'Get it on, Google Play', and if clicked it will lead you to the Google Play store