Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 775 Bytes

File metadata and controls

15 lines (12 loc) · 775 Bytes

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.