Visualization of 24 Sorting Algorithms In 2 Minutes

Поділитися
Вставка
  • Опубліковано 31 гру 2024

КОМЕНТАРІ • 307

  • @JerusalemStrayCat
    @JerusalemStrayCat 8 років тому +611

    Come on Cycle, get it together. You've already sorted the array. Even Selection managed to finish before you've checked every.single.element.

    • @PeterAuto1
      @PeterAuto1 7 років тому +26

      It's a bad implementation.

    • @GarryDumblowski
      @GarryDumblowski 7 років тому +92

      Cycle is really best for when you need to save resources, not time. As slow as it is, it's incredibly efficient resource-wise because it only ends up moving each value once, from its original position, immediately to its final destination.
      So yeah, this is really a pretty bad implementation.

    • @GarryDumblowski
      @GarryDumblowski 5 років тому

      @Marnige Look that's just what I've been told, so IDK.

    • @xorbe2
      @xorbe2 5 років тому +8

      @@GarryDumblowski it's clearly moving elements more than once in the video ... so if what you say is true, it's not just a bad implementation, but an incorrect implementation.

    • @GarryDumblowski
      @GarryDumblowski 5 років тому +1

      @@xorbe2 Agh, fair... I dunno, honestly. I mean, i'm pretty sure the best worst-case efficiency you can get is O(n log(n)) for a sorting algorithm, which I'm pretty sure means it has to move at least one element more than once. So maybe I was wrong about that.

  • @SgtAbramovich
    @SgtAbramovich 8 років тому +420

    1 - Radix Sort (LSD)
    2 - Radix Sort (MSD)
    3 - Quick Sort (dual pivot)
    4 - Quick Sort (ternary, LR ptrs)
    5 - Quick Sort (LR ptrs)
    6 - Quick Sort (LL ptrs)
    7 - Quick Sort (ternary, LL ptrs)
    8 - Tim Sort
    9 - Shell Sort
    10 - std::sort (gcc)
    11 - Merge Sort
    12 - Smooth Sort
    13 - Block Merge Sort
    14 - Comb Sort
    15 - Bitonic Sort
    16 - Heap Sort
    17 - Binary Insertion Sort
    18 - Insertion Sort
    19 - Selection Sort
    20 - Cocktail Shaker Sort
    21 - Gnome Sort
    22 - Cycle Sort
    23 - Bubble Sort
    24 - Odd-Even Sort
    From fastest to slowest, taken from the point that the code knew it was sorted (and not from the point that it was actually sorted)

    • @dhlehrenlos
      @dhlehrenlos 7 років тому +7

      BlueDiamond or very first ^^

    • @dhlehrenlos
      @dhlehrenlos 7 років тому

      BlueDiamond or very first ^^

    • @exedeath
      @exedeath 7 років тому +5

      bogo bogo sort is worse.
      It sort the first number by bogo sort, then sort the first two, then sort the first 3.....

    • @tommyharrington3094
      @tommyharrington3094 7 років тому +16

      Here are all the times that each sorting algorithms finished
      Radix sort (LSD) 0:14
      Radix sort (MSD) 0:18
      Quick sort (dual pivot) 0:20
      Quick sort (ternary LR ptrs) 0:20
      Quick sort (LR ptrs) 0:23
      Quick sort (LL ptrs) 0:24
      Quick sort (ternary LL ptrs 0:25
      Tim sort 0:27
      Shell sort 0:28
      Std::sort (gcc) 0:28
      Merge sort 0:29
      Smooth sort 0:39
      Block merge sort (wiki sort) 0:41
      Comb sort 0:42
      Bitonic sort 0:45
      Heap sort 0:45
      Binary insertion sort 0:53
      Insertion sort 1:03
      Selection sort 1:21
      Cocktail shaker sort 1:25
      Gnome sort 1:46
      Cycle sort 1:54
      Bubble sort 2:01
      Odd even sort 2:04

    • @-ShubhamBansal
      @-ShubhamBansal 4 роки тому

      Thank you so much 👍❤️🙏

  • @jonathanharsh7434
    @jonathanharsh7434 8 років тому +660

    I find your lack of bogosort disturbing.

  • @n8style
    @n8style 8 років тому +550

    wow, odd-even sort was even worse than bubble sort

    • @groszak1
      @groszak1 8 років тому +37

      It was made as a basic parallel algorithm

    • @nickdagamer_
      @nickdagamer_ 7 років тому +37

      I know, you would think bubble sort would get dead last.

    • @EdStuter
      @EdStuter 6 років тому +5

      I thought bubble sort would be last too, but odd-even is even simpler, so it's slower.

    • @MuhlisErtugrul
      @MuhlisErtugrul 5 років тому +8

      That's odd.

    • @xorbe2
      @xorbe2 5 років тому +2

      Someone must have went to great lengths to make something slower than bubble sort.

  • @PointyTailofSatan
    @PointyTailofSatan 7 років тому +459

    That was sort of interesting.

  • @eukarya_
    @eukarya_ 3 роки тому +28

    For a solid 10 seconds I genuinely thought that the music was just the sound of the sorting

  • @mythicaldragon4354
    @mythicaldragon4354 4 роки тому +111

    Radix (LSD) sort is the kids that can finish the exam before everyone else and somehow get a perfect grade.
    The Cycle sort is the kids that already answers every question but keep checking the answers back and forth until the time is up.
    And Bogo sort is the kids that just pick random answers and hope they get the right answers.

    • @smoketastic2s297
      @smoketastic2s297 2 роки тому +2

      where’s the bogo sort

    • @sarthakpandit7911
      @sarthakpandit7911 Рік тому

      underrated comment

    • @mythicaldragon4354
      @mythicaldragon4354 Рік тому +1

      @@smoketastic2s297 not in the video but bogo sort is just random sort.

    • @11am2
      @11am2 Рік тому +2

      Stalin sort is the one who does the questions they know how to and ignores the rest

  • @Cristian-vl8pg
    @Cristian-vl8pg 8 років тому +435

    Radix sort is OP
    pls nerf

    • @distraughtification
      @distraughtification 8 років тому +76

      Well it only works on numbers. Anything that can be compared (aka a>b, a

    • @REALwoombath
      @REALwoombath 7 років тому

      Cristian G nigga, don't steal comments

    • @Cristian-vl8pg
      @Cristian-vl8pg 7 років тому +2

      REALwoombath if you even bothered to scroll through the entire 52 comments you would see that that im the only one that has this comment.

    • @REALwoombath
      @REALwoombath 7 років тому +4

      Cristian G
      Dude, you don't have to play dumb, on his next video (Visualization and Comparison of Sorting Algorithms) the first comment is literally the same and it was made over a year ago.

    • @Cristian-vl8pg
      @Cristian-vl8pg 7 років тому +7

      Alright, I just checked it. It turns out that he was referring to Quicksort, not radix sort. Nonetheless, it is not like the phrase "SOMETHING IS OP PLS NERF" is original in the first place.

  • @dynamicgecko1213
    @dynamicgecko1213 7 років тому +309

    Radix sort (lsd) is like "omae wa mou shindeiru"

    • @isuckatnames6078
      @isuckatnames6078 6 років тому +16

      nani?

    • @fearwithab6844
      @fearwithab6844 6 років тому +11

      Its like getting bingo on the fifth turn

    • @CTimmerman
      @CTimmerman 6 років тому

      Omae wa mou narabegae.

    • @kristijanross977
      @kristijanross977 6 років тому

      Gravity sort is even faster check it out

    • @abandoned7501
      @abandoned7501 6 років тому +2

      @@kristijanross977 No, gravity and radix sucks, they can only work with numbers

  • @ParkSnoopy
    @ParkSnoopy 2 роки тому +19

    wow, this slow few-element simultaneous comparison really helps to understand how it works, thanks for your work!

  • @joseph_arrow
    @joseph_arrow 7 років тому +230

    Ahh, get that music out of here!
    The real music comes from the sorting.

    • @taureon_
      @taureon_ 5 років тому +1

      do you randomly know what music this is?
      i need the name

    • @ФрШт
      @ФрШт 5 років тому +11

      @@taureon_if you still need it
      candy corn - dubby j boy

    • @memetech-
      @memetech- 3 роки тому

      The music is synced oddly to the sorting…

  • @nubscrub1840
    @nubscrub1840 6 років тому +48

    Anybody else looking at cycle and thinking
    YOU'RE ALREADY SOLVED YOU DONT HAVE TO CHECK LITERALLY EVERY SINGLE ELEMENT!!!

  • @RedsBoneStuff
    @RedsBoneStuff 8 років тому +161

    Should have put bogo sort in there XD

    • @RedsBoneStuff
      @RedsBoneStuff 8 років тому +4

      ***** I like many things.

    • @LiamLimeLarm
      @LiamLimeLarm 5 років тому +2

      Nah quantum bogo sort is best boi

  • @gcls1147
    @gcls1147 5 років тому +37

    sorry if this comment seems random but here is how every algorithm placed
    1st - Probably your best bet - Radix Sort (LSD) 0:12
    2nd - Radix Sort (MSD) 0:16
    3rd - Quick Sort (dual pivot) 0:18
    4th - Quick Sort (ternary, LR ptrs) 0:18
    5th - Quick Sort (LR ptrs) 0:21
    6th - Quick Sort (LL ptrs) 0:22 - 0:23
    7th - Quick Sort (ternary, LL ptrs) 0:24
    8th - Tim Sort 0:25
    9th - Shell Sort 0:26
    10th - std::sort (gcc) 0:26
    11th - Merge Sort 0:27
    12th - Smooth Sort 0:38
    13th - Block Merge Sort (WikiSort) 0:39
    14th - Comb Sort 0:40
    15th - Bitonic Sort 0:43
    16th - Heap Sort 0:43
    17th - Binary Insertion Sort 0:51 - 0:52
    18th - Insertion Sort 1:01
    19th - Selection Sort 1:19
    20th - Cocktail Shaker Sort 1:23
    21st - Gnome Sort 1:44
    22nd - Cycle Sort 1:53
    23rd - Bubble Sort 2:00
    24th - Probably shouldn't ever use - Odd-Even Sort 2:03

    • @flow5718
      @flow5718 5 років тому +1

      Thanks dude.

    • @CNWPlayer
      @CNWPlayer 2 роки тому

      counting sort

    • @RandomTomatoMusic
      @RandomTomatoMusic Рік тому

      How did frickin' Gnomesort place better than Odd-Even smh

    • @ForlornFraudFacade
      @ForlornFraudFacade 2 місяці тому

      Problem with radix is that it only works on numbers (it uses division)

  • @ryanzarmbinski7446
    @ryanzarmbinski7446 8 років тому +34

    Friends don't let friends use bubble sort

  • @OnumLCT
    @OnumLCT 7 років тому +76

    I love LSD it is just great and quick and satisfying

    • @thefakepie1126
      @thefakepie1126 7 років тому +16

      you're talking about the radix LSD sort , right ???????

    • @CTimmerman
      @CTimmerman 6 років тому +3

      The kind that winners use.

  • @thomasgamer4000
    @thomasgamer4000 4 роки тому +12

    Radix sort LSD was the clear winner, finishing at a mere 13 seconds in! Second place was Radix sort MSD, which finished 17 seconds. 3rd was quick sort read desc (I cant read what the text says, it’s too small) with 18 seconds. Last place was odd-even sort, which was unable to beat bubble sort.

    • @RandomTomatoMusic
      @RandomTomatoMusic Рік тому

      The quicksort you're referring to would be dual pivot.

  • @sandroobroo
    @sandroobroo 8 років тому +13

    This is oddly satisfying.

  • @someoneyoudontknow106
    @someoneyoudontknow106 8 років тому +78

    bogo? why not bogo :'(

  • @ifurkennel1020
    @ifurkennel1020 7 років тому +32

    Quick sort is actually...
    Quick

  • @DeGameBox_SRBT
    @DeGameBox_SRBT 11 місяців тому +1

    I don't understand why so many algorithms are needed. Why not just leave one, the most effective one?

  • @geegee3702
    @geegee3702 2 роки тому +1

    we are not been informed about the real cost of every sorting way, some of them are fast but expensive so not really efficient on a huge scale, and obviously the only reason for select a faster sorting algo its because u have a huge need, for small software etc u dont even feel the speed difference, or u dont even need it

  • @OMGclueless
    @OMGclueless 7 років тому +5

    Seems silly to have separate ternary quicksort algorithms on there, since the only time they differ from basic quicksort is when two elements are equal. But in your visualization all the numbers are distinct.

  • @wiilillad
    @wiilillad 4 роки тому +2

    This song is a banger.

  • @planty964
    @planty964 7 років тому +12

    I kind of wish it used those height to sound pitch audio formations I usually see in other sorting algorithm videos.
    It'd be simply beautiful and absolutely terrifying.

    • @groszak1
      @groszak1 7 років тому +1

      It's many algorithms at once so it's not possible

  • @evanweaver7373
    @evanweaver7373 8 років тому +6

    Winners and loosers: 1st: Radix Sort (LSD). 2nd: Radix Sort (MSD). 3rd: Quick Sort (dual pivot). 4th: Quick Sort (ternary, LR ptrs). 5th: Quick Sort (LR ptrs). 6th: Quick Sort (LL ptrs). 7th: Quick Sort (ternary, LL ptrs). 8th: Tim Sort. 9th: Shell Sort. 10th: std::sort (gcc). 11th: Merge Sort. 12th: Smooth Sort. 13th: Block Merge Sort (WikiSort). 14th: Comb Sort. 15th: Bitonic Sort. 16th: Heap Sort. 17th: Binary Insertion Sort. 18th: Insertion Sort. 19th: Selection Sort. 20th: Cocktail Shaker Sort. 21st: Gnome Sort. 22nd: Cycle Sort. 23rd: Bubble Sort. 24th: Odd-Even Sort.

  • @AndrewL2
    @AndrewL2 2 роки тому

    my brain trying to think of the first letter in my counter argument:

  • @regalternative
    @regalternative 7 років тому +13

    What about bogobogosort? I don't have anything better to do until the heat death of the universe so that'd be a good sort to watch.

    • @gdvirusrf1772
      @gdvirusrf1772 6 років тому

      Would bogobogosort just be randomizing the values until you get the correct sorted array? Lol

    • @pepperonipizza8200
      @pepperonipizza8200 6 років тому

      BogoBogosort is like insertion sort but bogo sort screwed up the code.

  • @ForlornFraudFacade
    @ForlornFraudFacade 2 місяці тому

    Dw wikisort and bitonic sort u still are one of the hardest to understand with visualizations only

  • @TesikLP
    @TesikLP 7 років тому +2

    That feel when selection sort is done but you're still checking already sorted numbers...

  • @Spherey
    @Spherey 4 роки тому +2

    when the music played i completely thought it was the sounds of the sorting
    turns out it wasn't that

  • @DaniloMotaSoares
    @DaniloMotaSoares 2 роки тому

    heap sort does its things WHILE stoping to paint the bars some colors while doing it. Clearly superior.

  • @randomwords577
    @randomwords577 4 роки тому +1

    This is the Sorting algorithm race today we have special Contender with us colorful sorter

  • @Canuckvik
    @Canuckvik 2 роки тому +1

    I want bogo sort and to have this go 20 years

  • @Baba_comedy_123
    @Baba_comedy_123 7 місяців тому

    #trendingsongs #trendingsongs2023 #trendingsongs2024 #trendingmusic #trendingdances #trendingtiktoksongs #trendingreels #trendingtiktokdances2023 #trendingshorts #trendingatsomepoint #trendingmoneybaggyo #trendingnewsmonik #trendingdances2024 #trendingtopicfuture

  • @ishu4227
    @ishu4227 5 місяців тому

    1:50 perfectly syncs to cycle sort finishing

  • @TehKorwinMikke
    @TehKorwinMikke 7 років тому

    The sound of it would be the sickest harsh noise track.

  • @alexandriariley5209
    @alexandriariley5209 7 років тому +3

    Radix and Quick Sort seem to win

  • @andreabignoli1706
    @andreabignoli1706 8 років тому +7

    Good job, really nice video! What did you use for the visualization? I like it. I would probably use something like MATLAB, gnuplot, or similar. Just wondering what's the most convenient way of doing it

    • @groszak1
      @groszak1 7 років тому

      a program called Sound Of Sorting

  • @uknownada
    @uknownada 3 роки тому +1

    I kind of wish they all had the same random permutation. Just to really compare them all.

  • @Neko.091
    @Neko.091 2 роки тому

    The beats are sick.

  • @jsmg8826
    @jsmg8826 6 років тому +1

    Sorts sorted by speed:
    1# Radix Sort (LSD)
    2# Radix Sort (MSD)
    3# Quick Sort (dual pivot)
    4# Quick Sort (ternary, LR ptrs)
    5# Quick Sort (LR ptrs)
    6# Quick Sort (LL ptrs)
    7# Quick Sort (ternary, LL ptrs)
    8# Tim Sort
    9# Shell Sort
    10# std::sort (gcc)
    11# Merge Sort
    12# Smooth Sort
    13# Block Merge Sort (WikiSort)
    14# Comb Sort
    15# Bitonic Sort
    16#
    Heap Sort
    17#
    Binary Insertion Sort
    18#
    Insertion Sort
    19#
    Selection Sort
    20#
    Cocktail Shaker Sort
    21#
    Gnome Sort
    22# Cycle Sort
    23# Bubble Sort
    24# Odd-Even Sort
    25# Bogo Sort
    26# Me

  • @dqw4w9wgxcq8
    @dqw4w9wgxcq8 4 роки тому +2

    Where is Bogo Sort?

  • @DonnaDinaMusic
    @DonnaDinaMusic 2 роки тому +1

    love the music!!

  • @xinlidai1642
    @xinlidai1642 6 років тому

    cycle sort: done
    computer: NO LEMME DOU-TRI-QUA-QUINTUPLE CHECK THAT

  • @OrangeC7
    @OrangeC7 7 років тому +2

    for a second I thought that the sorts we making that music xD

  • @shirleyzou3668
    @shirleyzou3668 3 роки тому

    The fact that Radix Sort LSD and MSD is faster than all of the quick sorts scares me

  • @ingsocsupporter1467
    @ingsocsupporter1467 8 років тому +1

    Surprisingly there's a slower algorithm than bubble sort (odd-even sort)

  • @nourios6991
    @nourios6991 7 років тому +3

    Sick beat

  • @blackflask8254
    @blackflask8254 2 місяці тому

    Hey there! When my fork of The Sound of Sorting gets accepted, which includes several new sorting algorithms, it would be fantastic if you could remake this video, with the same music, all the sorts in this video included along with the new ones

  • @toddkes5890
    @toddkes5890 6 років тому +1

    Wish you haad arranged them by sorting speed, so the fastest sorter is in the top left, and the slowest is the bottom right

  • @Spherey
    @Spherey 6 років тому +3

    radix sord lsd: 1st place
    odd even sort: last place

  • @nathanr1713
    @nathanr1713 3 роки тому

    100 years from now this will be considered normal music

  • @forkliftofzen5318
    @forkliftofzen5318 3 роки тому

    17: Me paid by the hour.
    20: Me paid by the job.

  • @PhoenixMagnet
    @PhoenixMagnet Рік тому

    For a second, I thought the algorithms were making music

  • @walter3738
    @walter3738 7 років тому +1

    So LSD is good? Wow. Better buy tons of it right now.

  • @AlecMader
    @AlecMader 3 роки тому +1

    Why would you add music. *WHY!?*

  • @neferpizzastudios2733
    @neferpizzastudios2733 2 роки тому +1

    Is there a website where you can use this visualizer? It feels like I see this everywhere so there’s no way this could be limited.

  • @djkorou
    @djkorou 2 роки тому

    hey, can anyone tell me how to use this, whats its use and where to get it?

  • @Inspirator_AG112
    @Inspirator_AG112 2 роки тому +1

    The quicksort group is only slower than one other group, radix. It isn't called quicksort for nothing.

  • @SaeedAcronia
    @SaeedAcronia 4 роки тому +1

    Please compare the fastest ones: Gravity, LSD, Quick, Flash, Time and std

  • @MinerGlitch25
    @MinerGlitch25 5 років тому +2

    Wait, that's not the sound of the sorting

  • @ventisca89
    @ventisca89 6 років тому

    Rank by speed in this video:
    - Radix Sort (LSD)
    - Radix Sort (MSD)
    - Quick Sort (dual pivot)
    - Quick Sort (ternary, LR ptrs)
    - Quick Sort (LR ptrs)
    - Quick Sort (LL ptrs)
    - Quick Sort (ternary, LL ptrs)
    - Tim Sort
    - Shell Sort
    - std::sort (gcc)
    - Merge Sort
    - Smooth Sort
    - Block Merge Sort (WikiSort)
    - Comb Sort
    - Bitonic Sort
    - Heap Sort
    - Binary Insertion Sort
    - Insertion Sort
    - Selection Sort
    - Cocktail Shaker Sort
    - Gnome Sort
    - Cycle Sort
    - Bubble Sort
    - Odd-Even Sort

  • @TheMultiRaphael
    @TheMultiRaphael 4 роки тому

    the best background music would be just the sorting sounds

  • @kristijanross977
    @kristijanross977 6 років тому +2

    Where is my gravity sort

  • @ДенисХарина-ы6ы
    @ДенисХарина-ы6ы 6 років тому +2

    What the gap sequence use in Shell sort?

  • @williamwells3026
    @williamwells3026 7 років тому +2

    for a real accurate comparison all of them need to have the same starting order

    • @groszak1
      @groszak1 7 років тому +1

      it can't be done in Sound Of Sorting

    • @Kino-Imsureq
      @Kino-Imsureq 4 роки тому +1

      they start in the same order, its just that some need time to start actually swapping the elements, so it seems like they started late. Still accurate.

    • @Echinacae
      @Echinacae 2 роки тому +1

      @@Kino-Imsureq they don't start with the same array

  • @rockyy3293
    @rockyy3293 4 роки тому +1

    is this the new skrillex remake

  • @aaronarmstrong340
    @aaronarmstrong340 8 років тому +1

    Binary Insertion Sort is not being done properly. In Binary Insertion Sort, you do a binary search for the insertion point. This is showing a linear search for the insertion point, making it no different from normal Insertion Sort.

    • @dannyundos8927
      @dannyundos8927 8 років тому +1

      It does, take a look at it again. It does in short moments.

    • @groszak1
      @groszak1 7 років тому +1

      it uses a binary search to find where to insert it, but it takes most of the time to do the insertion itself

    • @ekfliu
      @ekfliu 6 років тому

      The issue is once you found your insertion point you have to move all the number behind the insertion point one space back which takes up all the time. That is why insertion does not do binary search it just do the shift and comparison at the same time since you have to do the shift anyway. It is faster if structure is a linked list but this is done on an array. Heap Sort does the same thing as binary search but it works on an array.

  • @andersonoliveira9144
    @andersonoliveira9144 3 роки тому

    Lol i thought the music was made by the sound of the algorithms trying to play some death grips music.

  • @NiikiWin
    @NiikiWin 7 років тому

    I'll use that Tim sort

  • @domjanabi6006
    @domjanabi6006 4 роки тому

    guys how was radix sort first???? shouldn't nsquared complexity sorts be the first to finish for small arrays?

  • @Fuchernaut
    @Fuchernaut 6 років тому

    I saw Ethan in this video dancing to EDM.

  • @serg_sel7526
    @serg_sel7526 4 роки тому

    Probably there is such of a balance between something and time, because I don't know, how each of these things work

  • @altafybrickbester
    @altafybrickbester 3 роки тому

    Recently odd-even sort is the slowest sorting

  • @epsilonthedragon1249
    @epsilonthedragon1249 3 роки тому +1

    Bruh if you lose against Bubble, something's wrong with you

  • @rexxter5718
    @rexxter5718 3 роки тому

    Nice work

  • @РозовыйВьюнокЛарго

    Radix Sort (LSD) is the winner!

  • @rabik_dev
    @rabik_dev 7 років тому

    This is really impressive, did u write this visualization program urself?

    • @vbohush
      @vbohush  7 років тому

      No, I used this program panthema.net/2013/sound-of-sorting/
      But I wrote program for another video: ua-cam.com/video/ZZuD6iUe3Pc/v-deo.html

    • @groszak1
      @groszak1 7 років тому

      Could you do something like that for this visualizer? There are 21 list types and 13 algorithms. scratch.mit.edu/projects/191308642/

  • @franceskinskij
    @franceskinskij 2 роки тому

    I WANNA HEAR THE BLEEP BLOOPS

  • @FunnyAndfancy
    @FunnyAndfancy 3 роки тому +1

    How about flash sort?

  • @jaimeb7861
    @jaimeb7861 7 років тому +11

    no counting sort??

    • @thefakepie1126
      @thefakepie1126 7 років тому +1

      yeah , and neither gravity sort ... '^'

    • @Lightning-Shock
      @Lightning-Shock 7 років тому +2

      counting sort is illegally OP

    • @Firestar-rm8df
      @Firestar-rm8df 6 років тому +5

      LightningShock counting sort is a resource hog when the range is large though. Like, to sort a set of 64 bit numbers in the worst case you need 2,048 petabytes of storage for your intermediate array, even if there are large gaps that are mostly empty.

    • @neutronstar6739
      @neutronstar6739 6 років тому

      Way too OP lmao

  • @brentfisher902
    @brentfisher902 4 роки тому

    Dynamic Range wants to know your location.

  • @drake19992
    @drake19992 2 роки тому

    Radix sorts are the fastest, followed by Ternary Quick sort and Dual Pivot Quick sort.

  • @nk361
    @nk361 8 років тому +1

    No download link for the new algorithms?

  • @bigsmoke6414
    @bigsmoke6414 Рік тому

    how about quantum-bogo-sort?🤔

  • @SmartK8
    @SmartK8 6 років тому

    Let's get one thing in order...
    Radix is the king!

    • @derblaue
      @derblaue 6 років тому

      Radix can be happy counting sort and shatter sort didn't show up.

    • @UnrealPerson
      @UnrealPerson 5 років тому +1

      @@derblaue Radix sorts are variations of counting sort with way less buckets.

  • @VolkovKomm
    @VolkovKomm 7 років тому

    The size of the array was so small, that heap sort almost lost to insertion sort oO

  • @Cuadar
    @Cuadar 7 років тому +2

    Sorting more like ear rape..

  • @uninoob4819
    @uninoob4819 2 роки тому +1

    I saw this as the last one to sort, dies

  • @barbarabeltran8274
    @barbarabeltran8274 6 років тому

    Radix Sort (LSD) is the winner
    Odd-Even sort is the slowest

  • @kangkanlahkar9045
    @kangkanlahkar9045 7 років тому

    You can include counting sort
    I want to counting sort v/s radix sort

  • @tonyhakston536
    @tonyhakston536 4 роки тому

    Radix
    Quick
    Tim
    Shell
    std
    Smooth
    Block Merge
    Comb
    Bitonic
    Heap
    Insertion
    Selection
    Cocktail
    Gnome
    Cycle
    Bubble
    Odd-Even

  • @altafybrickbester
    @altafybrickbester 3 роки тому

    Recently radix sort was the fastest sorting

  • @raffimolero64
    @raffimolero64 6 років тому

    there are 5 quick sorts and no in place merge apparently

  • @christofferlou
    @christofferlou 6 років тому

    Why isn't the original sounds on it

  • @rafaelcarvalhofranca8755
    @rafaelcarvalhofranca8755 Рік тому

    Mr Jose Americo bring me here!

  • @samstandard4715
    @samstandard4715 2 роки тому

    sad to see that bogo sort wasnt included

  • @dorukayhanwastaken
    @dorukayhanwastaken 8 років тому +1

    is counting sort way too powerful to be here?

    • @groszak1
      @groszak1 7 років тому

      counting sort is not in Sound Of Sorting

  • @airship_elyta
    @airship_elyta 2 роки тому

    no bogosort? 😔