Sorting Algorithm Visualizer :Part 4 (Merge Sort)

preview_player
Показать описание
Implementing and visualizing Merge Sort, which is a widely used sorting algorithm. We are going to use python to implement this algorithm.
It is mostly used to sort large data sets, because its time complexity does not change, it always is [n log(n)].

There are many optimizations , which you can implement and make it sort even faster.

-------------------------------------------------------------------

Рекомендации по теме
Комментарии
Автор

ur merge sort didnt work properly..pls tell the changes

jayeshl
Автор

your mergesort didnt work, i guess there is a small error

nirmitkhurana
Автор

Do you have patreon or paypal accounts? I would like to support your work.

Tdigger