Gnome Sort Algorithm - Almost Insertion Sort

Publicado el: 29 agosto 2021
en el canal de: Stephen Melvin
2,336
92

The gnome sort algorithm is a sorting algorithm that swaps adjacent elements if they're out of order, like bubble sort or cocktail sort, but instead of doing whole passes in one direction, it goes left if it swapped and right if it didn't. I'm gonna write the code for gnome sort and go through how it works step by step. I'll also show you what happens in different cases, like if it's already sorted, almost sorted or reversed.


Sorting Algorithms playlist:    • Sorting Algorithms  


00:00 Overview
00:35 Writing the gnome sort code
02:55 Explaining roughly
04:40 Adding a small optimisation
05:54 Explaining step by step
10:30 Showing the already sorted case
11:32 Showing the large shuffled case
12:45 Showing the reverse case
13:55 Showing the almost sorted case
14:16 Showing holding on swaps


En esta página del sitio puede ver el video en línea Gnome Sort Algorithm - Almost Insertion Sort de Duración hora minuto segunda en buena calidad , que subió el usuario Stephen Melvin 29 agosto 2021, comparta el enlace con amigos y conocidos, en youtube este video ya ha sido visto 2,336 veces y le gustó 92 a los espectadores. Disfruta viendo!