Skip to content

Alok070899/Big-O-Notation-using-matplotlib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

#Big-O-Notation-using-matplotlib Big-O notation graph using matplotlib, numpy and math module of Python.

| Big-O | NAME |

| 1 | constant |

| log(n) | logrithmic |

| n | linear |

| nlog(n) | log linear |

| n^2 | Quadratic |

| n^3 | cubic |

| 2^n | exponential |

About

Big-O notation graph using matplotlib, numpy and math module of Python.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages