Akra–Bazzi method
Akra–Bazzi method (Redirected from Akra–Bazzi theorem) Jump to navigation Jump to search This article includes a list of general references, aber es fehlen genügend entsprechende Inline-Zitate. Bitte helfen Sie mit, diesen Artikel zu verbessern, indem Sie genauere Zitate einfügen. (Februar 2013) (Erfahren Sie, wie und wann Sie diese Vorlagennachricht entfernen können) In computer science, the Akra–Bazzi method, or Akra–Bazzi theorem, is used to analyze the asymptotic behavior of the mathematical recurrences that appear in the analysis of divide and conquer algorithms where the sub-problems have substantially different sizes. It is a generalization of the master theorem for divide-and-conquer recurrences, which assumes that the sub-problems have equal size. It is named after mathematicians Mohamad Akra and Louay Bazzi.[1] Inhalt 1 Formulierung 2 Beispiel 3 Bedeutung 4 Siehe auch 5 Verweise 6 External links Formulation The Akra–Bazzi method applies to recurrence formulas of the form[1] {Anzeigestil T(x)=g(x)+Summe _{i=1}^{k}a_{ich}T(b_{ich}x+h_{ich}(x))Quad {Text{zum }}xgeq x_{0}.} The conditions for usage are: sufficient base cases are provided {Anzeigestil a_{ich}} und {Anzeigestil b_{ich}} are constants for all {Anzeigestil i} {Anzeigestil a_{ich}>0} für alle {Anzeigestil i} {Anzeigestil 0
See also Master theorem (analysis of algorithms) Asymptotic complexity References ^ Jump up to: a b Akra, Mohamad; Bazzi, Louay (Kann 1998). "On the solution of linear recurrence equations". Computational Optimization and Applications. 10 (2): 195–210. doi:10.1023/EIN:1018373005182. ^ "Proof and application on few examples" (Pdf). ^ Cormen, Thomas; Leiserson, Karl; Rivest, Roland; Stein, Clifford (2009). Introduction to Algorithms. MIT Press. ISBN 978-0262033848. External links O Método de Akra-Bazzi na Resolução de Equações de Recorrência (in Portuguese) Kategorien: Asymptotic analysisTheorems in discrete mathematicsRecurrence relationsBazzi family
Wenn Sie andere ähnliche Artikel wissen möchten Akra–Bazzi method Sie können die Kategorie besuchen Asymptotic analysis.
Hinterlasse eine Antwort