Roadmap to becoming a developer in 2022
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

26 lines
932 B

---
title: "Asymptotic Notation"
description: "Learn the basics of measuring the time and space complexity of algorithms"
author:
name: "Kamran Ahmed"
url: "https://twitter.com/kamranahmedse"
imageUrl: "/authors/kamranahmedse.jpeg"
seo:
title: "Asymptotic Notation - roadmap.sh"
description: "Learn the basics of measuring the time and space complexity of algorithms"
isNew: false
type: "visual"
date: 2021-04-03
sitemap:
priority: 0.7
changefreq: "weekly"
tags:
- "guide"
- "visual-guide"
- "guide-sitemap"
---
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).
[![Asymptotic Notation](/guides/asymptotic-notation.png)](/guides/asymptotic-notation.png)