Please enable JavaScript.
Coggle requires JavaScript to display documents.
Mapa Mental 4 - Coggle Diagram
Mapa Mental 4
2.1 Analysis Framework
-
-
-
Orders of Growth
-
1º Logarithmic Functions
(grows slower, hence it's faster)
-
-
-
Worst-Case, Best-Case, and Average-Case Efficiencies
Worst-case efficiency
It's when the algorithm is the worst in a n input size, that is, it takes the largest amount of basic operations
-
Average-case efficiency
The efficiency that the algorithm normally takes, on random inputs.
Amortized Efficiency
Sometimes a single operation can be expensive, so this method amortized this expensiveness, such as banks amortize the costs of a debt.
-
-
-
-
-