1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-02-24 19:42:51 +01:00
developer-roadmap/content/guides/asymptotic-notation.md
2021-08-29 16:34:00 +02:00

895 B

export const guideMeta = { "title": "WebStorm — Project History", "description": "Learn how to peek through the history of any git repository to learn how it grew.", "url": "/guides/project-history", "fileName": "project-history", "featured": true, "author": "kamranahmedse", "updatedAt": "2020-07-16T19:59:14.191Z", "createdAt": "2020-07-16T19:59:14.191Z" };

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.