Files
developer-roadmap/content/guides/asymptotic-notation.md
2020-04-24 20:45:32 +04:00

500 B

Asymptotic notation is the standard way of measuring the time and space that an algorithm will consume as the input grows. In one of my last guides, I covered "Big-O notation" and a lot of you asked for a similar one for Asymptotic notation. You can find the previous guide here.

Here is the original tweet where this image was posted.