amortized


정의: 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. As a conclusion: "Amortized analysis is a useful tool that complements other techniques such as worst-case and average-case analysis."


📄 키워드 상세정보

핵심 연구 분야Software Development
주요 연도N/A년
주요 연관 키워드optimization
좋아요 수0

키워드별 논문 목록 (1건)