Thanks to visit codestin.com
Credit goes to github.com

Skip to content

sarathrajan922/DataStructure

Repository files navigation

Big-O Guide
------------
Calculation not dependent on input size — O(1)
1 loop — O(n)
2 nested loops — O(n^2)
Input size reduced by half— O(logn)

Releases

No releases published

Packages

No packages published