Texonom
Texonom
/
Science
Science
/Mathematics/Math Field/Analysis/
Amortized analysis
Search

Amortized analysis

Creator
Creator
Seonglae Cho
Created
Created
2023 Oct 19 7:16
Editor
Editor
Seonglae Cho
Edited
Edited
2023 Oct 31 7:36
Refs
Refs
The motivation for amortized analysis is that looking at the worst-case run time can be too pessimistic. Instead, amortized analysis averages the running times of operations in a sequence over that sequence.
 
 
 
Amortized analysis
In computer science, amortized analysis is a method for analyzing a given algorithm's complexity, or how much of a resource, especially time or memory, it takes to execute. The motivation for amortized analysis is that looking at the worst-case run time can be too pessimistic. Instead, amortized analysis averages the running times of operations in a sequence over that sequence.[1]: 306  As a conclusion: "Amortized analysis is a useful tool that complements other techniques such as worst-case and average-case analysis."[2]: 14 
Amortized analysis
https://en.wikipedia.org/wiki/Amortized_analysis
 
 
 

Recommendations

Texonom
Texonom
/
Science
Science
/Mathematics/Math Field/Analysis/
Amortized analysis
Copyright Seonglae Cho