Merge Sort: Top-Down and Bottom-Up

Описание к видео Merge Sort: Top-Down and Bottom-Up

Table of Contents:

00:00 - Introduction and Prerequisites
00:30 - Merging Lists
01:22 - Algorithm Concept
02:26 - Standard Recursive (Top-Down) Merge Sort
03:38 - Analysis
04:13 - Optimizations
08:50 - Naive Parallelization
11:26 - Unwinding the Recursion
12:20 - Iterative (Bottom-Up) Merge Sort
13:32 - Comparison to Top-Down (8 elements)
15:27 - Comparison to Top-Down (13 elements)
18:30 - A Different Optimization
19:32 - Timsort Ideas

Комментарии

Информация по комментариям в разработке