computer-scienceangular-roadmapbackend-roadmapblockchain-roadmapdba-roadmapdeveloper-roadmapdevops-roadmapfrontend-roadmapgo-roadmaphactoberfestjava-roadmapjavascript-roadmapnodejs-roadmappython-roadmapqa-roadmapreact-roadmaproadmapstudy-planvue-roadmapweb3-roadmap
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.
Kamran Ahmed
75843e114f
|
2 years ago | |
---|---|---|
.. | ||
103-common-runtimes | 2 years ago | |
100-big-o-notation.md | 2 years ago | |
101-big-theta-notation.md | 2 years ago | |
102-big-omega-notation.md | 2 years ago | |
readme.md | 2 years ago |
readme.md
Asymptotic Notation
The efficiency of an algorithm depends on the amount of time, storage and other resources required to execute the algorithm. The efficiency is measured with the help of asymptotic notations.
An algorithm may not have the same performance for different types of inputs. With the increase in the input size, the performance will change.
The study of change in performance of the algorithm with the change in the order of the input size is defined as asymptotic analysis.
Free Content
Asymptotic Analysis: Big-O Notation and More Big O Notation — Calculating Time Complexity Big O Notation in 5 Minutes Asymptotic Notation - CS50 CS 61B Lecture 19: Asymptotic Analysis Big-O Cheat Sheet