Binomial Heaps (part 2/3): Amortized Analysis of Insert

preview_player
Показать описание
I present an amortized analysis of binomial heap, actually in two versions: using the accounting method and using the potential method. For this video, you should know amortized analysis, but there is also a short recap. Note: Lazy union is not part of this video, but in part 3.

00:00 Recap: Amortized Analysis
07:34 Accounting method for Binomial Heaps
11:35 Potential method for Binomial Heaps
Рекомендации по теме
Комментарии
Автор

thanks a lot
save me for my algo exam

da
Автор

Can you kindly explain how the potential difference in case of linking in -c??

sunandachowdhury
Автор

why c_i of the insert is 1 + "k"? do these k trees do any operation?

da