KnowraAnalysis of algorithmsLinked fromLinked fromThe 10 pages that link to Analysis of algorithms, each with the reason it gives.All 10Broader topic 1Related 3Narrower topic 6Big O notationNarrower topic: Big O is a standard language for expressing algorithm-analysis results.Amortized analysisNarrower topic: Amortized analysis is one way to characterize algorithmic resource use.Merge sortNarrower topic: Merge sort is a classic example for analyzing recurrences and asymptotic efficiency.Insertion sortNarrower topic: Insertion sort is a classic example for comparing best-, average-, and worst-case costs.The Art of Computer ProgrammingNarrower topic: The series makes rigorous analysis central to understanding algorithms.Akra–Bazzi methodNarrower topic: The method developed as a specialized tool within this broader discipline.