50+ Sorts, Visualized - Scatter Plot

Поділитися
Вставка
  • Опубліковано 9 лют 2025

КОМЕНТАРІ • 995

  • @Musicombo
    @Musicombo  3 роки тому +63

    Join our community Discord! discord.com/invite/2xGkKC2

  • @samborambo1644
    @samborambo1644 2 роки тому +607

    Imagine stargazing late at night in a rural area with no light pollution and you just start seeing the stars organizing themselves into a diagonal line across the sky

    • @victorfunnyman
      @victorfunnyman 2 роки тому +35

      LMAO
      time to call the ambulance on yourself at that point

    • @nechdaught3412
      @nechdaught3412 2 роки тому +8

      @@victorfunnyman only for them to say everyone else sees it too

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

      Strange, but satisfying.

    • @mraa9938
      @mraa9938 Рік тому +7

      god be sorting those stars

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

      Panic attack

  • @pepperonipizza8200
    @pepperonipizza8200 5 років тому +2134

    When you only have to sort 10 numbers.
    Bogo sort: *I am speed*

  • @Giraffinator
    @Giraffinator 5 років тому +2410

    I don't know why I watch these

  • @MyFavoriteDisease
    @MyFavoriteDisease 5 років тому +1919

    That awkward moment, when you realize the sorting algorithm you thought you came up with already existed, and it's one of the worst.

    • @CreaturaVioleta
      @CreaturaVioleta 5 років тому +36

      Which one?

    • @MyFavoriteDisease
      @MyFavoriteDisease 5 років тому +314

      @@CreaturaVioleta - Selection Sort. It looks pretty quick here in this video, but Wikipedia says it's inefficient with large lists. It's a very intuitive algorithm though.

    • @Mage_Chartreux
      @Mage_Chartreux 5 років тому +161

      Selection sort is soooo bad. But very intuitive, especially if you're starting out. I think bubble sort and selection sort are the two most intuitive sorts to program/think of.

    • @vermont005050
      @vermont005050 5 років тому +78

      i actually thought it was the bogo sort lmao

    • @TheEgglet
      @TheEgglet 5 років тому +4

      D-Frame wtf i also thought i invented it (i didn't know what selection was)

  • @-Risk-
    @-Risk- 5 років тому +200

    26:48 when you start rubbing your eyes for too long

  • @SnubDisphenoid
    @SnubDisphenoid 5 років тому +391

    0:33 Sewing up the space-time rift

    • @SomeoneTookAK
      @SomeoneTookAK 4 роки тому +8

      Said the KSP guy

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

      The stars are aligning
      (Btw, 100% stolen comment)

  • @maniakk3563
    @maniakk3563 5 років тому +598

    oh god
    the stars are aligning

  • @stephescobar575
    @stephescobar575 5 років тому +310

    05:16 I want whatever Wikisort is smoking.

  • @marrandino
    @marrandino 5 років тому +1206

    Best sort:
    while(!sorted)
    shuffle()

    • @raph2550
      @raph2550 5 років тому +129

      Yeah, it's actually the last one

    • @vitalytarnover8981
      @vitalytarnover8981 5 років тому +13

      Yeah, that sounds like pogo

    • @gayMath
      @gayMath 5 років тому +165

      Welcome to BogoSort my friend, It's the sorting equivalent of repeatedly hoping for miracles.

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

      Nice

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

      le penguin approves

  • @KutuluMike
    @KutuluMike 5 років тому +283

    Me watching slow sort at 24:13: "This doesn't seem all that slow, seems to be a pretty good spee---- oh."

    • @lckrgl
      @lckrgl 4 роки тому +47

      114million comparisons to sort 200 numbers... wow

    • @w花b
      @w花b 2 роки тому +15

      @@lckrgl it's bad when you see they had to lower the number

  • @nofabe
    @nofabe 5 років тому +472

    I love how the auto generated subtitles just say "[Music]"...

    • @Awesoman9001
      @Awesoman9001 5 років тому +17

      What else would you call the LSD sorts?

    • @dinamosflams
      @dinamosflams 4 роки тому +4

      Hooman music intensified

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

      "Theyre groovin"

    • @Th3DankestMemer
      @Th3DankestMemer 4 роки тому +3

      What? They're entirely correct.

    • @TuLowProd.
      @TuLowProd. 4 роки тому +4

      YT execs: what the hell do we call this?
      YT Intern: music duh
      YT execs: ...Well uh music it is just throw that somewhere in the subtitles...

  • @sawyermerkle8835
    @sawyermerkle8835 4 роки тому +410

    2:24 connects
    12:37 disconnects
    12:49 connects
    13:22 disconnects and connects
    28:57 disconnects

    • @lilwyvern4
      @lilwyvern4 3 роки тому +58

      Remember to turn off Windows sounds when you make your screen captures, kids!

    • @hudumannaia
      @hudumannaia 2 роки тому +6

      XD true
      (i noticed just 1 and i was confused that am i halutinating.

    • @w花b
      @w花b 2 роки тому +1

      @@lilwyvern4 and your discord spyware ;)

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

      Lmaoo

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

      He has a USB port with dirt in it lol. Shove a usb device in all the slots 5 or 6 times and it will stop :P

  • @Souvik_Dutta
    @Souvik_Dutta 5 років тому +319

    9:12
    wtf this algorithm is doing!!
    9:28 oh!!....ok

    • @WildMatsu
      @WildMatsu 5 років тому +48

      It, like several of the other algorithms, does all of its work in scratch space outside the array it's sorting, and then simply copies the sorted array from scratch space into the original array. Visualizing the sort is fairly pointless.

    • @user-fe9pz9wo5b
      @user-fe9pz9wo5b 4 роки тому

      did you see this one?
      Counting Sort 16:39

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

      @@user-fe9pz9wo5b yeah, counting sort is a funny one. ua-cam.com/video/7zuGmKfUt7s/v-deo.html

  • @timstockelberg1590
    @timstockelberg1590 5 років тому +452

    2:24
    When you plug in your usb
    12:37
    When you unplug your usb

    • @gordier6787
      @gordier6787 5 років тому +4

      h h
      Is your sound on?

    • @ThomasFarquhar2
      @ThomasFarquhar2 5 років тому +42

      @@rrgdffgh you can hear the windows 10 usb sounds in the background
      Btw are you a Mac user?

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

      @@ThomasFarquhar2 I am but i know you wouldnt care.

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

      I unlocked my phone right around 2:24 and freaked out!! (Was watching on my pc, btw)

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

      @@northwood8089 I do care because I was about to go into a paragraph explanation of the usb sounds to explain it but I know you didn’t ask

  • @aemiil5743
    @aemiil5743 5 років тому +107

    30:14 all of those comparisons and array accesses all for 10 pixels...

  • @wohdinhel
    @wohdinhel 5 років тому +230

    Tournament and Cycle Sorts:
    *AAAAAAAAAAAAAAAAAHHHHHHHHHHHHHHHHHH*
    sort complete.

  • @Euquila
    @Euquila 5 років тому +230

    6:04 had to stop at grailSort as my mirror started shaking and a dark figure was emerging from a parallel dimension. Otherwise great video

  • @ArmandKarlsen
    @ArmandKarlsen 5 років тому +296

    I will now select my sorting algorithms based on how cool they sound in the visualisation. :D

    • @Frankium
      @Frankium 5 років тому +20

      go for bogo sort man its the best

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

      doot doot doot doot doot doot doot

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

      Bozo sort

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

      Bogo sort 100%

    • @w花b
      @w花b 2 роки тому

      The comb sort looks pretty cool even if doesn't sounds the best

  • @noahjohnson6024
    @noahjohnson6024 5 років тому +23

    I don’t know why these started showing up on my recommended videos, but I can’t stop watching them

  • @mithrilbookofmystery
    @mithrilbookofmystery 5 років тому +213

    I have absolutely *no clue* as to what is going on, but these videos fill me with such a sense of unbridled joy and I have no idea *why* , this is just so, *so cool*

  • @IcicleFurry
    @IcicleFurry 4 роки тому +301

    2:24 Windows_hardware_insertion.wav
    12:37 Windows_hardware_remove.wav
    12:49 Windows_hardware_insertion.wav
    13:22 Windows_hardware_remove.wav
    13:24 Windows_hardware_insertion.wav
    15:28 Windows_system_generic.wav
    28:57 Windows_hardware_remove.wav
    dude, what was up with your computer?

    • @captainploo
      @captainploo 2 роки тому +16

      Holy fuck I thought I was the only one

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

      @@captainploo haha

    • @sargentsteve7148
      @sargentsteve7148 2 роки тому +13

      I think his computer has dementia

    • @vincentvoncarnap
      @vincentvoncarnap 2 роки тому +6

      gotta sort these sounds somehow

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

      🤓🤓🤓🤓🤓🤓

  • @jonahstowell5297
    @jonahstowell5297 5 років тому +184

    16:17 this gives me anxiety

  • @nathangenre1585
    @nathangenre1585 5 років тому +55

    16:21 now this is real gravity sort

  • @LocoMe4u
    @LocoMe4u 5 років тому +208

    16:17 mind blown

    • @stephescobar575
      @stephescobar575 5 років тому +13

      There's just no comparison ;)

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

      "Let there be sort"
      -Gravity Sort, New Year's Eve, 2018

    • @derblaue
      @derblaue 4 роки тому +7

      Gravity sort is actually extremely simple. Imagine in a box filled with balls. The box is as flat as a ball so balls can only be stacked vertically and horizontally. The amount of balls stacked vertically represents the value. Now turn the box by 90 degrees to the right and after that 90 degrees to the left.

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

      @@derblaue "The box is as flat as a ball" so the box is round bc balls aren't flat? Now I'm picturing balls within a bigger ball and they are stacke........ My brain just malfunctioned... ah jeez, maybe I should just stick to counting with my fingies and eating dino nuggets with an unreasonably large amount of ketchup

  • @sameendusk2623
    @sameendusk2623 5 років тому +28

    not gonna lie if the news had reported this as an alien transmission i would have believed it

  • @celestialamber174
    @celestialamber174 5 років тому +908

    Timestamps:
    Bubble Sort 0:06
    Cocktail Shaker Sort 0:30
    Gnome Sort 0:45
    Optimized Gnome Sort 0:55
    Odd-Even Sort 1:05
    Selection Sort 1:27
    Double Selection Sort 1:35
    Insertion Sort 1:43
    Binary Insertion Sort 2:01
    Comb Sort 2:19
    Shell Sort 2:51
    Merge Sort 3:08
    Binary Merge Sort 3:29
    Weave Merge Sort 3:50
    TimSort 4:25
    Merge Sort In-Place 4:50
    WikiSort 5:16
    GrailSort 6:04
    Quick Sort 6:40
    Stable Quick Sort 6:57
    Dual Pivot Quick Sort 7:20
    Max Heap Sort 7:40
    Min Heap Sort 8:00
    Weak Heap Sort 8:20
    Ternary Heap Sort 8:36
    Smooth Sort 8:50
    Tournament Sort 9:12
    Cycle Sort 9:32
    Introsort 10:40
    Quick Shell Sort 10:54
    Insert/Bottom-Up Merge 11:07
    Batcher's Odd-Even Mergesort 11:29
    Batcher's Bitonic Sort 12:30
    Pancake Sort 14:20
    Patience Sort 16:04
    Gravity Sort 16:17
    Counting Sort 16:39
    Pigeonhole Sort 16:47
    Radix LSD Sort (Base 4) 16:54
    American Flag Sort (128 Buckets) 17:14
    Radix LSD In-Place Sort (Base 10) 17:27
    Radix LSD In-Place Sort (Base 2) 17:55
    Radix MSD Sort (Base 4) 18:41
    Radix MSD Sort (Base 2) 18:58
    Shatter Sort 19:25
    Simple Shatter Sort 19:41
    Flash Sort 19:48
    Time Sort (Mul 4) + Insertion Sort 19:59
    Stooge Sort 20:13
    Bad Sort 21:07
    Silly Sort 21:55
    Slow Sort 24:13
    Less Bogo Sort 26:48
    Cocktail Bogo Sort 28:27
    Bogo Sort 30:14

  • @DZ-DizzyDumm
    @DZ-DizzyDumm 2 роки тому +14

    I love how Bogo Sort had more comparisons than most but due to it's nature and the environment it took less time than any of them

  • @lamenwatch1877
    @lamenwatch1877 2 роки тому +26

    13:50
    Beautiful ending.
    19:12
    😩 Those chords though. 👌

  • @DavidFrostbite
    @DavidFrostbite 5 років тому +70

    12:37 Dammit. just spent 5 minutes trying to figure out what I accidentally unplugged. 2:24 13:22 15:28

  • @skylinefever
    @skylinefever 5 років тому +90

    I like it. This sounds like 100 people playing Pac Man arcade machines at the same time.

  • @Wewwers
    @Wewwers 5 років тому +412

    what you came here for 17:27

  • @TheXbxeh
    @TheXbxeh 5 років тому +114

    6:04 ADSL internet

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

      TheXbxeh *dial up internet noises*
      then *galaga noises*

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

      Omelooo space internet

  • @sophiegrey9576
    @sophiegrey9576 5 років тому +84

    Ah yes, give me my 114 million comparisons for silly sort and slow sort.

    • @vermont005050
      @vermont005050 5 років тому +4

      and the 11 million array accesses for some radix sorts

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

      Which one

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

      @@epicgangnamstyle8783 lsd base 10 and lsd base 2. not sure tho

  • @anon6975
    @anon6975 4 роки тому +56

    sleep sort:
    release a thread per number, and have them all sleep for that number in seconds (Or ms for extra optimization!) and then print the number.

    • @otesunki
      @otesunki 4 роки тому +3

      256ms ain't that bad

    • @Musicombo
      @Musicombo  4 роки тому +11

      Well, think about your computer having to wait for over a quarter of a second every time you opened up an app or game. The delay builds up over time.

  • @nyoron39
    @nyoron39 5 років тому +18

    *Min Heap Sort arranges points in the opposite direction*
    Me: Wait, that's illeg-
    Uh, nevermind.

  • @minoru1137
    @minoru1137 5 років тому +120

    2:24 windows device connected sound.

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

      Just at the moment I plugged my phone to charge I was like WTF

    • @wolfzwiful
      @wolfzwiful 5 років тому +3

      I honestly thought that came from my computer.

    • @EastingAndNorthing
      @EastingAndNorthing 5 років тому +3

      And disconnect at 12:37

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

      15:28 Notify sound xD

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

    Most sorts: use geometry or quirks of arithmetic to achieve an efficient algorithm
    Bogosort: RELEASE THE *B E E S*

  • @nightcaller92
    @nightcaller92 Рік тому +5

    God, it felt comical watching the last few sorts and seeing them take literal millions of comparisons or array accesses for such small lists, especially just seeing a quick blip of Bogo Sort and suddenly 18 million accesses for a list of 10 xD
    It was also cool to see the alternative Bogo Sorts! I was initially confused at "Less" Bogo Sort, but super cool to realize that it's Bogo Sort but it saves the actually sorted elements

  • @aglassofojwowza
    @aglassofojwowza 5 років тому +31

    0:32 me closin a ziplock bag

  • @williamchamberlain2263
    @williamchamberlain2263 5 років тому +146

    I'm not really into this modern music - no real beat to it.

  • @theofficialtastynacho0898
    @theofficialtastynacho0898 2 роки тому +22

    2:26 looks like a realistic scatter plot

  • @pyr0t3c_
    @pyr0t3c_ 5 років тому +15

    That pigeonhole sort is flexing on us all

  • @trivynium
    @trivynium 5 років тому +39

    Other sort, like thousands of dots
    Bogoshort:

  • @deusexmaximum8930
    @deusexmaximum8930 4 роки тому +18

    2:24 I wonder what about the sorting algorithm made it make that sound.... truly mesmerizing indeed.

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

      it compares at swaps elements at decreasing gap sizes

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

      @@the_cheese_cultist windows sounds are quite a peculiar instance of sorting

  • @Galxyz711
    @Galxyz711 5 років тому +23

    I like this way of visualizing cocktail shaker
    And comb sort, they look really nice on this

  • @ClearwaterUK
    @ClearwaterUK 5 років тому +10

    0:46 I'm a Gnome Sort, and you've been.. Gnomed (sorted)!

  • @DecaQuitin
    @DecaQuitin 5 років тому +32

    16:17 gravity sort is interesting

    • @鮮綠補腎靈
      @鮮綠補腎靈 5 років тому +1

      when you find the Earth is a reactangle.

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

      ʷᵒⁿᵈᵉʳᶠᵘˡ
      ᵘˢⁱⁿᵍ ˢᵗʸˡⁱˢʰ ᵗᵉˣᵗ ᵇᵗʷ

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

      It's like when you're trying to sort your books in bookshelves, and then you just "i don't give a fuck about it" and permute the bookshelves

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

    Thank you for making this video, a scatter plot is a much easier way to help visualize the differences of how these sorts work, at least for me.

  • @TheHylianJuggalo
    @TheHylianJuggalo 5 років тому +36

    I don't understand how any of these work, or what their purpose are, but I watched them anyway because they look cool

    • @varikvalefor3773
      @varikvalefor3773 5 років тому +10

      These algorithms exist for the purpose of sorting numbers.

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

      ˢᵃᵐᵉ ˡᵒˡ

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

      @@varikvalefor3773 can they sort lists of names?

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

      @@a.s8897 expand on that?

    • @bernhardschmidt9844
      @bernhardschmidt9844 4 роки тому +7

      @@sethesteem
      Most of these can sort arbitrary data, including lists of names, so long as you have a function that compares any two elements and tells you which should come first. Those are called comparison sorts.
      Some algorithms, however, use some properties of the underlying data and thus don't work for arbitrary data. The various radix sort variations, for example, only work on integers. You can have more complicated data, mind you, but you are still only sorting by an integer. As an example, imagine you have a digital representation of a phone book. You could use radix sort to sort all entries by their telephone number, but not by name.

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

    I feel like such an intruder watchimg these. Like everybody else is like whoa that was such an effective way to show the kemboldi sort wow while im like ooohh its clicky.

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

      What can I say? Papyrus would like these videos. I mean, after all... they're *sort* of fun to watch.

  • @spaceboi1472
    @spaceboi1472 5 років тому +28

    I don't even know what this is but I like it

    • @gamercat4764
      @gamercat4764 5 років тому +12

      its the male fantasy

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

      あなたはもう死んでいます Men only want one thing and it’s disgusting

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

      methods to sort stuff

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

      @@gamercat4764
      Makes sense

  • @TheSourceForMegadeth
    @TheSourceForMegadeth 5 років тому +26

    I don't know what any of this means, but Pigeonhole always impresses me.

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

    Tournament sort is like "step 2: draw the rest of the fucking owl"

  • @pabloibanez8210
    @pabloibanez8210 4 роки тому +14

    21:56 Silly Sort (Merge/Selection)
    24:13 Slow Sort (Merge/Bubble)

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

      multiply and surrender

  • @rich1051414
    @rich1051414 5 років тому +23

    I like these better, makes more sense. X = list position, Y = Value :)

  • @bobtheman1
    @bobtheman1 5 років тому +12

    17:55 reminds me of the 2001 A Space Odyssey hyperspace scene.

  • @heyitzrare
    @heyitzrare 2 роки тому +6

    Incredibly, this visualization method actually makes understanding some of these algorithms FAR easier than with the standard bar graph

  • @DiggoryJiggory
    @DiggoryJiggory 4 роки тому +3

    Bogo sort and silly sort are what I look forward to in these videos

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

    this one's my favorite visualization, very easy to follow

  • @jussiosterman3322
    @jussiosterman3322 3 роки тому +4

    My wife likes the traditional sorting visualisations overt the scatter plot visualisations much more. Our favorite is the cocktail shaker sorting.

  • @gloweye
    @gloweye 5 років тому +16

    A real boss uses cryptographically strong random numbers for his bogosort.

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

    1.5 million comparisons and 18 million array accesses to sort 10 numbers. The sort to rule them all

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

    THESE VIDEOS NEED MEMORY CONSUMPTION.

    • @user-zz6fk8bc8u
      @user-zz6fk8bc8u 5 років тому +2

      Or even visualize the memory/buffer used. This can be best seen at 9:13. A single passed and everything is instantly sorted. Looks like it got sorted off site and copied in.

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

      Next batch of videos will show writes to scratch arrays.

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

    the cocktail shaker sort looks like an eye closing

  • @nujranujranujra
    @nujranujranujra 5 років тому +3

    The amount of effort put by you, is incredible!!!

  • @AJarOfYams
    @AJarOfYams 5 років тому +17

    0:46 when a demon tries to talk to you

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

    Okay you have to admit the gravity sort is stunning here

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

      Yeah, Gravity and the one before it, Patience are my two favourite, lol.

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

    I have no idea how I found this side of youtube, but i'm really glad that i did

  • @hyperpsych6483
    @hyperpsych6483 5 років тому +3

    0:40
    20000 comparisons EXACTLY
    so satisfying...

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

    2:24 - Ah. The USB sort.

  • @pastelgalaxy4823
    @pastelgalaxy4823 4 роки тому +7

    Counting sort 16:40
    vs pigeonhole sort 16:47
    vs tournament sort 9:12

    • @michil.1192
      @michil.1192 3 роки тому

      Don't forget Flash Sort 19:48

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

    I listened to this while I was doing homework and now I understand the universe

  • @GewelReal
    @GewelReal 5 років тому +25

    30:13 feels like some tune on old CN's cartoon

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

    radix bass 10 breaking the fundamentals of the universe as usual

  • @CombustibleToast
    @CombustibleToast 5 років тому +15

    all hail bogo sort

  • @simon-james
    @simon-james 2 роки тому +1

    Counting sort:
    step 1: scan
    step 2: solve

  • @btersol
    @btersol 5 років тому +13

    Spider-man: “Mr. Stark, I don’t feel so good.”
    *Stark pulls up his computer*
    Stark: “Don’t worry this computer will merge you back together”

    • @chri-k
      @chri-k 4 роки тому +2

      Computer: bogosort

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

    Bogo sort, we just want to say we're proud of you. You did it... You did something.

  • @ayushnayak6138
    @ayushnayak6138 2 роки тому +3

    This is satisfying. Also I wish to write a sortimg algorithm that works in logn complexity. I know for a fact some sorting algorithms are taking more tham than it is shown here.

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

    I'm glad you included Bogo sort, the best of all!

  • @resiknoiro7506
    @resiknoiro7506 2 роки тому +5

    is bogo sort just randomly shuffling the array?

  • @Poopooproductions1
    @Poopooproductions1 10 місяців тому +1

    Scatter plot is nice

  • @gizmoriderfulye8007
    @gizmoriderfulye8007 5 років тому +13

    Counting sort is OP. But with datasets like 10Gb, I wonder how big checkup table it would need?

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

      Exactly why it's very situational.

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

    Oh dear me I almost forgot my nightly tradition of watching a sorting video because for some reason it pops up in my recommended feed

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

    0:45 I have been GNOOOOMEED!

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

    0:39 everything reminds me of her

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

    Sounds like Pac Man having a heart attack

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

    Bad sort: yeah I'm bad.
    Silly Sort: Hold my Beer.
    Slow sort: Hold my Vodka
    Bogo Sort: AMETEURS!

  • @crwa111
    @crwa111 5 років тому +29

    What is the method of determining which sound frequency to play for each sort operation?

    • @Musicombo
      @Musicombo  5 років тому +39

      It's based on how high the number being sorted is in the whole set.

    • @w花b
      @w花b 2 роки тому

      @@Musicombo very cool

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

    Just imagine looking up at the night sky and all the sudden you just here the shuffling sound and all the sudden the stars just get sorted

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

    Wikisort was really fun to watch!

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

    17:27 thank me soon

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

    Cocktail shaker sort looks like someone repairing a hole in the space-time continuum.
    *Change my mind*

  • @Frankium
    @Frankium 5 років тому +12

    12:38, USB unplugged from the pc sound effect. if you hear carefully

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

      Yep. And USB plugged in sound at 2:23 :)

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

      @@Gloubichou wow I heard these too and thought it was something I was doing

  • @thebowz998
    @thebowz998 5 років тому +3

    *17:29*
    Ah, my favourite song

  • @nerfirelia8235
    @nerfirelia8235 5 років тому +9

    9:11 Wat
    17:26 WAT

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

    2:20 Comb Sort look like laser focusing :D

  • @lunarex3597
    @lunarex3597 5 років тому +3

    12:37 Did Somebody plug out a usb cable?

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

    2:24 I love the windows sound