Analysis of Recursion 7 Merge Sort 1, How it Works and Building a Recurrence Relation

preview_player
Показать описание
In this video we introduce Merge Sort and develop a recurrence relation that describes the running time of the algorithm
Рекомендации по теме
Комментарии
Автор

how did you know to make n = j - i + 1? did you just make it that bc n is supposed to be how many times the loop runs?

coolmaster-ghtr