Zulip Chat Archive

Stream: triage

Topic: PR !4#6583: feat: Asymptotic order of divide-and-conquer ...


Random Issue Bot (Sep 15 2023 at 14:04):

Today I chose PR 6583 for discussion!

feat: Asymptotic order of divide-and-conquer recurrences (Akra-Bazzi theorem)
Created by @Frédéric Dupuis (@dupuisf) on 2023-08-15
Labels: awaiting-review

Is this PR still relevant? Any recent updates? Anyone making progress?

Eric Rodriguez (Sep 15 2023 at 14:45):

Oh wow, this is mega cool! I had no clue it had an actual name, all the CS literature I'd ever seen calls it just "the master theorem" which is a pretty useless name

Frédéric Dupuis (Sep 15 2023 at 15:26):

Thanks! What I've seen called the "master theorem" is actually a special case of this, where all the blocks are of the same size, gg is restricted to be in Θ(nk)\Theta(n^k), and doesn't handle approximate block sizes (or only rounding up/down).


Last updated: Dec 20 2023 at 11:08 UTC