erdmkbc / Data-Structures

The repository try to explain some company interview algorithms with data structures method

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Data-Structures

The repository try to explain some company interview algorithms with data structures method

Pending...

Code Complexity and Big-o Notation

Software steps needs to optimizated by time because the codes are runing to CPU and we have to carry the our CPU and we cant test with runing time because diffrent CPU gives a diffrent perform in algorithms so we cant test with Big-O notation.

So what is the Big-O notation ?

Big O notation is a mathematical notation that describes the limiting behavior of a function when the argument tends towards a particular value or infinity.

bigocheatsheet

As we can see, the big-o notation is changeing by input form and the repository has kernel that i explained(Big-O-Algorithm-Complexity).

About

The repository try to explain some company interview algorithms with data structures method

License:MIT License


Languages

Language:Jupyter Notebook 100.0%