DEV Community

Discussion on: What does "Big-O notation" mean anyway?

Collapse
 
jvanbruegge profile image
Jan van Brügge • Edited

I did not mean to imply that the computational complexity equals speed. The steps are just to visualize how a piece of code gets executed.
But yeah, I should have added a paragraph emphasizing this and also talk about break even points between two algorithms/datastructures.