Merge Sort algorithm explained in 60 seconds #KotlinShorts

preview_player
Показать описание
Merge Sort is a very scalable recursive sorting algorithm. It uses a "divide and conquer" approach, splitting the problem into smaller versions of itself.
- Time complexity: typical - O(n lg n)
- Space complexity: O(n)

💻

#Programming #Kotlin #AlgorithmsIn60Seconds #DSA #Sorting #Mergesort #Sorting #Algorithm
Рекомендации по теме