Files
developer-roadmap/content/guides/asymptotic-notation.md

6 lines
500 B
Markdown
Raw Normal View History

2020-04-03 11:41:12 +04:00
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](/guides/big-o-notation).
2020-04-24 20:45:32 +04:00
[![](/guides/asymptotic-notation.png)](/guides/asymptotic-notation.png)
2020-04-03 11:41:12 +04:00
Here is the [original tweet](https://twitter.com/kamranahmedse/status/1243861514907418624) where this image was posted.