*SEIZURE WARNING* Pushing Sorts to Even Greater Limits

Поделиться
HTML-код
  • Опубликовано: 10 янв 2025

Комментарии • 222

  • @__-cd9ug
    @__-cd9ug 3 года назад +377

    bogosort is the only one that can potentially, with only one swap, solve an array that is in an undetermined order
    keyword: potentially

    • @0x19
      @0x19 3 года назад +16

      @@paramitahalder6943 _thats the whole reason why he said "potentially"_

    • @0x19
      @0x19 3 года назад +8

      You could add a check function to see if its sorted at the beginning of every algorithm

    • @californium-2526
      @californium-2526 3 года назад +1

      @@0x19 ​ @Pablo Rg Bogosort already does that. The best case, O(n) is for sorted arrays.

    • @0x19
      @0x19 3 года назад +5

      @@californium-2526 My comment was a reply to a later deleted comment that didnt understand why "potentially" was used

    • @DracoFire3000
      @DracoFire3000 2 года назад +1

      Well yeah, cuz it's random. But that's EXTREMELY unlikely.

  • @srijanchakraborty203
    @srijanchakraborty203 4 года назад +383

    Looks like this channel is all sorted out.

  • @invalid_user_handle
    @invalid_user_handle Год назад +32

    19:11
    For anyone wondering how the Pidgeonhole sort manages to solve this so quick, the sorting algorithm is designed in a way that it's faster the more unique elements are in the set it's sorting. Since every element in this set is unique, it's able to do it almost instantly.

    • @bugz000
      @bugz000 Год назад +1

      you answered nothing

    • @FuneFox
      @FuneFox Год назад

      ​​​@@bugz000I'll explain the algorithm, btw if anyone who reads this doesn't know an array is just a list of values and an index is a position.
      • Find the lowest (min) and highest (max) values.
      • Set range as max-min+1
      • Create a new empty array, it should be as long as the range.
      • Copy each value from the main array to the new array, but at the index of value-min.
      For example, if min is 1 and the value you're at is 2, it'd go to index 1 (arrays start at index 0). Min would be at index 0 (beginning).
      • Now array 2 is in order but may have some gaps if the main array isn't consecutive. E.g if the array doesn't have 3, index 2 (3-1) would be empty.
      • Go through array 2, and if the index you're at isn't empty, copy it back to the main array, starting at main array's index 0 and increasing it every time you copy something to it.
      Now every item in the main array is in order and there are no gaps.

    • @flarflecakes
      @flarflecakes Год назад +9

      @@bugz000 if i had two reds, and handed it to pidgeonhole, it’d take a hot minute cause they aren’t unique
      if i gave it a red and an orange, it’d sort near instantaneously.
      unless you want the explanation of how the sort works that’s all you’re getting

    • @bugz000
      @bugz000 Год назад

      @@flarflecakes you also answered nothing

  • @Hexhammer
    @Hexhammer 3 года назад +176

    22:08 there are a million words in the english dictionary and, as someone who binges sorting algorithms from time to time, i could never possibly string enough words together to aptly describe how this makes me feel

    • @好吧-h6k
      @好吧-h6k 3 года назад +4

      -Susmogus😟😟😟😟abc?1234567890:((((()))))🙂hhhhhhh

    • @parfein
      @parfein 3 года назад +8

      Extratone

    • @tecker9018
      @tecker9018 3 года назад +1

      @@好吧-h6k p

    • @leesengwee4692
      @leesengwee4692 3 года назад +14

      *M I C R O W A V E*

    • @Mchoiigbaston
      @Mchoiigbaston 2 года назад +1

      Every emotion at once

  • @hiimemily
    @hiimemily 2 года назад +66

    Quick sort really lives up to its name. 2^15 elements sorted so fast that if you blink you'll literally miss it.

    • @StavDev
      @StavDev Год назад +4

      kid named quicksort killer:

    • @belkYT
      @belkYT Год назад

      Is this supposed to be a joke or something? I really just dont get it

    • @FishSticker
      @FishSticker Год назад +3

      @@belkYTif you look at the real time, it was like 30milliseconds

    • @SuperBee3
      @SuperBee3 Год назад

      Quick sort is actually pivot sort

    • @Jasontrehiurgdugfiudsufhdudhdi
      @Jasontrehiurgdugfiudsufhdudhdi 3 месяца назад

      @@StavDevkid named pigeonhole sort:

  • @waterrouter3247
    @waterrouter3247 3 года назад +40

    34:34 scrambling through your bag to find the one thing you need

  • @quadrodcc667
    @quadrodcc667 3 года назад +90

    It is a good video to watch for sleep.

  • @wagnerramosmidichannelabso514
    @wagnerramosmidichannelabso514 4 года назад +32

    CALCULATED MIXTURE SORTS:
    Max Heap Sort + Gravity Sort = Med Heap Sort
    Flip Sort + Pancake Sort = Ultra-Flip Sort + Odd-Even Sort = Hyper-Flip Sort
    Patience Sort + Tournament Sort + Unbalanced Tree Sort + Time Sort (Mul 10) = ??? (Musicombo. If you are watching this, please invent this calculated mixture sort right now.)
    Double Selection Sort + Cocktail Shaker Sort = Cocktail Picker Sort
    Lazy Stable Sort + In-Place Merge Sort + Rotate Merge Sort = ??? (Please invent this calculated mixture sort right now, or else. I beg you, Musicombo!)
    Counting Sort + Pigeonhole Sort = Falconhole Sort
    Circle Sort + Recursive Pairwise Sorting Network = Spiral Sort
    Batcher's Bitonic Sort + Ternary Circle Sort = Tritonic Sort
    Iterative Bitonic Sort + Comb Sort = ??? (Please invent this calculated mixture sort right now, for the sake of Musicombo!)
    Iterative Odd-Even Merge Sort + Rotate Merge Sort = Iterative Odd-Even Rotate Merge Sort (I don't even know how to describe this algorithm sort, but some say you get your idea right to describe for these calculated mixtures of an algorithm sort.)
    Iterative Pairwise Sorting Network + Recursive Pairwise Sorting Network = Ternary Pairwise Sorting Network
    Recursive Pairwise Sorting Network + Last phase input on In-Place Merge Sort = Ultra-Recursive Pairwise Sorting Network
    In-Place Merge Sort + Iterative Merge Sort = Optimized Iterative Speeding Merge Sort + Batcher's In-Place Merge Sort = Perpetual Speeding Merge Sort
    Shell Sort + Comb Sort = Dash Sort (Whatever you call it, or just Massage Sort.)
    Batcher's Bitonic Sort + Stooge Sort = Cocktail Bitonic Sort (Whatever you call it, or just Stooged Bitonic Sort.)
    Exchange Bogo Sort + Bozo Sort (Nayuki version, only for JavaScript inputs.) = Shear Sort
    Bubble Bogo Sort + Odd-Even Sort = Modern Odd-Even Sort (Not to be confused with Odd-Even Bubble Bogo Sort and I even truely know how to describe this algorithm sort.)
    Droste's Recursive Pairwise Sorting Network is coming soon.

    • @bitonic589
      @bitonic589 4 месяца назад

      You do realize most of those are actually impossible, righ?

  • @Musicombo
    @Musicombo  4 года назад +16

    Tried to do my best with the audio here, guys... Hopefully my computer gets fixed soon so I don't have to record on the family Mac anymore!
    Visit the channel Discord! discord.com/invite/2xGkKC2

  • @BladeOfDespairr
    @BladeOfDespairr 4 года назад +41

    I have no idea what’s happening but it’s cool so ima like it :D

  • @suapelol
    @suapelol Год назад +10

    32:36 is the start of a rave

  • @networkofneurons
    @networkofneurons 2 года назад +8

    Bubble sort: I am the best!
    Cocktail shaker sort: I literally have 2 of you built in

  • @SifArtorias
    @SifArtorias 3 года назад +14

    idk why but tournament sort was so satisfying

  • @blancdash8149
    @blancdash8149 3 года назад +9

    6:23 mongolian throat singing

  • @beanie_baby_snail
    @beanie_baby_snail Год назад +4

    Bottom-up Merge Sort (nr 32) is my favorite, it looks a little bit like a landscape at certain points

  • @ATIHpss64HM
    @ATIHpss64HM 4 года назад +10

    Heap sort contest!
    Max heap: 68.321ms
    Min heap: 69.491ms
    Flipped min heap: 68.942ms
    Weak heap: 52.065ms
    Ternary heap: 64.444ms
    Smooth sort: 96.486ms
    Poplar heap: 82.909ms
    Weak heap wins!

    • @nameisChannelID
      @nameisChannelID 3 года назад +5

      Weak Heap Sort: Pretty much the only sort that does not live up to its name in terms of speed.

    • @ATIHpss64HM
      @ATIHpss64HM 3 года назад

      @@nameisChannelID lol yep

    • @object.toString
      @object.toString 2 года назад

      What about pigeonhole sort? That one broke time

    • @ATIHpss64HM
      @ATIHpss64HM 2 года назад

      @@object.toString pigeonhole isn't a heap sort...

    • @object.toString
      @object.toString 2 года назад

      @@ATIHpss64HM oops, I forgot to read the title, and only read the times. Sorry about that

  • @wagnerramosmidichannelabso514
    @wagnerramosmidichannelabso514 4 года назад +17

    2:45 Look at the number of the swaps!

    • @californium-2526
      @californium-2526 3 года назад +1

      In place LSD, base 10, 800m+ swaps.

    • @janenewbauer492
      @janenewbauer492 2 года назад

      @@californium-2526 Radix sort (LSD) base 10 Writes to main array is about 2 billion

    • @ishu4227
      @ishu4227 Год назад

      illuminati "66,66"

  • @Axos_Abode
    @Axos_Abode Год назад +3

    What if one day the algarithm just go like "fuck it, good enough" and not even finish

    • @ishu4227
      @ishu4227 Год назад

      shatter sort on reversed cubic:

    • @c0zmozys
      @c0zmozys Год назад

      bogo sort (its trying its best)

    • @Mizu2023
      @Mizu2023 6 месяцев назад

      Human sort lmao

  • @SxC.Morph54
    @SxC.Morph54 Год назад +6

    Its crazy out the sort time and the visual time never line up with other sorts. Some take take visually like 20 seconds but take 15ms to finish, other visuals have like 1 min and only 10ms to finish.

    • @mikubrot
      @mikubrot Год назад

      maybe it's bc of varying sample sizes idk

  • @Freakmaster480
    @Freakmaster480 4 года назад +18

    are some of the slower sorting types more optimized for different situations or is there no real reason to use more than a handful of fast algorithims?

    • @skilllessbeast7416
      @skilllessbeast7416 4 года назад +13

      Slower sorts usually need less memory.

    • @watcher314159
      @watcher314159 4 года назад +24

      There are a number of factors like stability (which is needed if you want to, say, sort a deck of cards by both rank and suit), memory use, and whether there are different patterns (insertion sort is always super fast if (and only if) the list is already almost sorted for example, some only work if the array is a power of two large (which is why every array in the video (except bogobogosort) is a power of two large, so as many algorithms as possible can be shown), some algorithms are better able to handle if multiple items on the list are identical, etc), or simply the complexity of the code involved (anyone can code bubble sort in minutes, but something like timsort might take days if you have to do it from scratch and without documentation (ie you can't just use the standard Python library)).
      Memory use is a big one. You may have noticed that most of the algorithms in the fastest (32,768) tier (such as most merge sorts) make heavy use of an auxiliary array, which is an instant doubling of memory use at minimum. Quicksort is considered the fastest general purpose sort precisely because it reaches the highest tier while being more memory-efficient than most alternatives (but it's not stable). Most slower algorithms also avoid using an auxiliary array (and often use even less memory than quicksort), but are good enough on small arrays and can outperform faster algorithms if there are certain patterns in the data. Algorithms that do use an auxiliary array also tend to outperform quicksort if certain patterns are present (while still being able to match it in the worst case), and are also more likely to be stable (such as most merge sorts and some radix sorts).
      Some sorts are more art than anything practical. Bogosorts are designed to explore just how slow sorting algorithms can be for example.

    • @Freakmaster480
      @Freakmaster480 4 года назад +2

      @@watcher314159 Just saw this reply. Thank you for the very informative comment.

    • @psychoticlime9940
      @psychoticlime9940 3 года назад

      @@watcher314159 this is the kind of informative content I look at comments for

  • @evan-br
    @evan-br 3 года назад +15

    Are we ignoring the fact that Shatter Sort can’t be found anywhere else on the internet but it’s sorting 32,678 numbers in 7ms?

    • @Musicombo
      @Musicombo  3 года назад +13

      It's not a general-case sort! Also, that's an *estimated* time.

    • @nameless......................
      @nameless...................... Год назад

      @@Musicombo idk whats going on but its satisfying so take my like

    • @demirbey8068
      @demirbey8068 2 месяца назад

      Shatter sort is just inaccurate pidgeonhole sort

  • @WobblesandBean
    @WobblesandBean 3 года назад +5

    This is a trip with captions on 😂

  • @soupmuncher.
    @soupmuncher. 4 года назад +25

    1:02:45 looks 3d!

  • @m_affiliates
    @m_affiliates 6 месяцев назад

    You know an algorithm is bad when a list of 6 numbers is considered its greater limit

  • @gonzaloenrique8741
    @gonzaloenrique8741 3 года назад +3

    The pigeon sort is simply the most efficient sort there is. No need for another sort

    • @theqwertycoder_alt
      @theqwertycoder_alt 2 года назад +1

      time sort finishes in

    • @Bebop_2962
      @Bebop_2962 2 года назад +4

      @@theqwertycoder_alt The pidgeon hole-sort sorted 32 times more data.

    • @ojd9145
      @ojd9145 2 года назад

      When?

    • @bitonic589
      @bitonic589 4 месяца назад

      Idiot no, absolutely not

  • @dan-us6nk
    @dan-us6nk Год назад

    Quick sort with left\left pointers looks and sounds a lot like impending doom, it creates better suspense and expectation than some movies they make these days...

  • @fantaman3
    @fantaman3 2 года назад +1

    Selection Sort Analysis:
    1/2 (n² − n) -> # of Comparisons
    n − 1 -> # of Swaps

  • @theAmazingJunkman
    @theAmazingJunkman Год назад

    With data sets this big, the difference between O(n log n) and O(n^2) algorithms become very apparent.

  •  Год назад +2

    1.6 Billions writes in main array, man Radix LSD Sort base 10 is hungry!

    • @bitonic589
      @bitonic589 4 месяца назад

      No, radix sort is efficient. That was inplace radix sort.

  • @can_can_poo
    @can_can_poo 3 года назад +1

    ok i really need a PUSHING SORTS TO EVEN SO MUCH MORE GREATER LIMITS I BEG YOU

    • @ishu4227
      @ishu4227 Год назад

      Max that the program can go is 32k numbers. Sorry...

    • @bitonic589
      @bitonic589 4 месяца назад

      ​@@ishu4227No u can do 65536 and 131072+.
      It's super easy

  • @Moira_Aionios
    @Moira_Aionios 3 года назад +2

    Wow this video taught my grandma how to breakdance

    • @ishu4227
      @ishu4227 Год назад

      bro, i think she is having a seizure, and it not funny unlike alot of ppl say

    • @bitonic589
      @bitonic589 4 месяца назад

      ​@@ishu4227 You're literally the most annoying person there is omfg delete the reply

  • @youwantmyname9208
    @youwantmyname9208 2 года назад +8

    1:04:22 holy shit.. talking about luck

  • @exedeath
    @exedeath Год назад

    Forgot to include permutation sort:
    Check every permutation of the list in order and see what permutation is the ordered one.

    • @Musicombo
      @Musicombo  Год назад

      That's bogosort!

    • @exedeath
      @exedeath Год назад

      ​@@Musicombo Bogosort randomize the entire list, permutation sort, test every permutation of the list until its find the sorted one.
      At a list [3,7,4]
      It would check if the list [3,7,4] is sorted, it would fit its not, then it would check if the list [3,4,7] is sorted and would discover it is sorted, and stops there.
      At bogo sort the next permutation to be checked wouldn't necessarily be [3,4,7] and also at bogosort there is a chance to check the same permutation more than once.
      At permutation sort if the correct permutation of the list is the last one that will be checked it will need to check ALL permutations first, when talking about bogosort there is a chance the permutation is checked earlier.

    • @bitonic589
      @bitonic589 4 месяца назад

      ​@@exedeaththat's bogobogo sort

  • @user-nv3eh6ni6b
    @user-nv3eh6ni6b 4 месяца назад +1

    is nobody else talking about how bogo sort got it right first time??

  • @GoogsMindbent
    @GoogsMindbent 2 года назад +1

    Okay so in this video its the entire continental mainland of the WORLD that we are instantly measuring at the start of each sort, using Borg technology to scan the earths surface, obviously. THEN this sorts out every tiny little cove, spit, beach, fjord, inlet, and all until its a straight line you can put an exact number on 🤣🤣🤣

  • @FishSticker
    @FishSticker Год назад

    I feel like shell and comb would do better if they switched to insertion sort at the end

  • @paultomescu3006
    @paultomescu3006 Год назад

    The patience sort is just a slow version of counting sort

    • @bitonic589
      @bitonic589 4 месяца назад

      No
      Bro knows nothing

  • @__Makoto__
    @__Makoto__ Год назад

    I’m here to watch bogo sort, saw bogo. 10/10 video; many bogo sorts

  • @DaveRibber
    @DaveRibber 4 года назад +5

    How does the bogo bogo sort works?(not the single bogo)

    • @kea2878
      @kea2878 3 года назад +2

      From en.wikipedia.org/wiki/Bogosort#Related_algorithms, "It works by recursively calling itself with smaller and smaller copies of the beginning of the list to see if they are sorted. The base case is a single element, which is always sorted. For other cases, it compares the last element to the maximum element from the previous elements in the list. If the last element is greater or equal, it checks if the order of the copy matches the previous version, and if so returns. Otherwise, it reshuffles the current copy of the list and restarts its recursive check."

    • @ojd9145
      @ojd9145 2 года назад

      @@kea2878 break it down

  • @tacticalidiot175
    @tacticalidiot175 4 года назад +17

    Thankfully I have vanced...

  • @deleetiusproductions3497
    @deleetiusproductions3497 Год назад +2

    I like how you could've legitimately played 20:34 at 1x speed without slowing anything down and it wouldn't have been an absurd choice.

  • @Xonida_NcTroller
    @Xonida_NcTroller Год назад

    How does insertion sort move values without swapping and without aux arrays?

  • @AnW_Animations
    @AnW_Animations 2 года назад +4

    I like to fall asleep to this. It's very calming ☺️

  • @simonmultiverse6349
    @simonmultiverse6349 3 года назад +3

    31:40 or a couple of seconds afterwards, it suddenly looks like a backgammon board. ... and at 31:54 ... and 32:04 32:14 32:26

    • @simonmultiverse6349
      @simonmultiverse6349 3 года назад

      33:45 the backgammon board is leaning over at a small but disturbing angle, as if I'm drunk or I'm on the deck of a ship in heavy seas.

  • @petterlarsson7257
    @petterlarsson7257 Год назад +1

    it now has more elements than pixels oh god

  • @nileprimewastaken
    @nileprimewastaken Год назад +1

    tournament sort and patience sort are my favorite because they just go from chaos to instantly triangle
    edit: also unbalanced tree sort
    edit 2: and counting sort and pigeonhole sort wow i am forgetting a lot
    edit 3: no bogo sort doesnt count
    edit 4: flash sort is also cool
    edit 5: i guess shatter sort? not really

  • @skiesofcyanambient
    @skiesofcyanambient 3 года назад

    Binary merge sounded beautiful

  • @Ell0_sTadium66
    @Ell0_sTadium66 Год назад

    In-Place LSD Radix sort: Total chaos; Ultra seizure warning; to make someone have a seizure.

  • @onethegogd5783
    @onethegogd5783 Год назад

    Bro really felt the need to show us 4 minutes of silly and slow sort

  • @one.darkstar
    @one.darkstar 2 года назад +2

    1:02:47 Damn..

  • @AX_-
    @AX_- 2 года назад +1

    this is the REAL entertainment.

  • @ATIHpss64HM
    @ATIHpss64HM 4 года назад +5

    Bubble bogo? More like bubble + odd/even
    1:02:46

    • @bitonic589
      @bitonic589 4 месяца назад

      Nope.
      Odd even cannot be combined with bubble sort as it is already a bubble sort variation. That's like trying to combine shell sort with insertion sort.

  • @wept2_
    @wept2_ Год назад

    for wiki sort, what is it attempting to do?

  • @xxneweraxx7422
    @xxneweraxx7422 3 года назад +4

    Wtf, you got a 6 numbers bogo bogo in only 4/1.3, what kind of luck is that

  • @NSH_2814
    @NSH_2814 Год назад

    How does flash sort work?

  • @Jazz_593
    @Jazz_593 3 года назад

    i have no idea why this exists but im glad it does

  • @Broth_Hunter
    @Broth_Hunter 3 года назад +1

    is there a use for these or are they just for fun?

    • @tonghuong8258
      @tonghuong8258 3 года назад +4

      Some of them are joke, some of them are just made by infamous sort like quick sort or radix sort and so on. They have practical purposes of their own.

  • @CalculatedRiskAK
    @CalculatedRiskAK 8 месяцев назад

    In Place Radix LSD B10... over 1.5 BILLION writes to the main array. That's wild. All to stay in-place.

    • @bitonic589
      @bitonic589 4 месяца назад

      And the best part.. it's not even in-place. Just a little more memory conserving.
      I think it should be considered an impractical sort because for a way better performance you can just use sample sort or flashsort

  • @egekeskin7501
    @egekeskin7501 8 месяцев назад

    which has the best time?

  • @hooligansunday3903
    @hooligansunday3903 3 года назад +4

    Dude why the hell did this make me laugh 😭

    • @GoogsMindbent
      @GoogsMindbent 2 года назад

      because it's chipmunks on crack and sped up another 1000%

  • @FishSticker
    @FishSticker Год назад

    GNOME SORT IS ACTUALLY GOOD?

  • @ryanch1259
    @ryanch1259 Год назад

    The best of shorting

  • @balt.
    @balt. 4 года назад +10

    22:30 Radix LSD 10

  • @mikubrot
    @mikubrot Год назад

    id like to see a video like this except all sample sizes are the same, save for bogosort and the like

  • @SuperTurtle0
    @SuperTurtle0 3 года назад +1

    Pigeonhole sort was kinda overkill

    • @SuperTurtle0
      @SuperTurtle0 3 года назад

      Time sort Is the fastest

    • @ishu4227
      @ishu4227 Год назад

      @@SuperTurtle0 pidgeon sorted like 32x more items. so it's an unfair battle. besides, its *estimated* time.

  • @critsintheworld9696
    @critsintheworld9696 3 года назад +3

    1:04:26
    caption

    • @AX_-
      @AX_- 2 года назад

      hahahahahaha

  • @theplayerv5
    @theplayerv5 2 года назад

    How do you record this?

  • @ojd9145
    @ojd9145 2 года назад

    Radix in place is slower than my memory

  • @quandaledingle4127
    @quandaledingle4127 3 года назад

    Is there anything similar to this for mobile?

  • @brainaneurysmguy8810
    @brainaneurysmguy8810 2 года назад +1

    Fnf fans: yoo this song lit
    (The song)

  • @SackSquid
    @SackSquid 3 года назад

    I just woke up to this at 2 am lol

  • @FishSticker
    @FishSticker Год назад

    Every other sorting algo when distribution sorts walk in 🙁🙁🙁

  • @WilburBullara
    @WilburBullara 2 года назад

    i can’t do this again… but i’m going to

  • @a17waysJackinn
    @a17waysJackinn 2 года назад +1

    18:53 Pac-Man everyone?

  • @bergencounty_elevators
    @bergencounty_elevators 2 года назад

    32,768 NUMBERS?!?

  • @RubyRoks
    @RubyRoks 3 года назад

    Good job Bogo sort

  • @ForlornFraudFacade
    @ForlornFraudFacade 4 месяца назад

    It would be funny if you did a miracle sort video and you edit it to make jesus swoop in and Heap Sort the array for you

  • @larsswig912
    @larsswig912 3 года назад +1

    can someone please explain what's actually happening?

    • @definitelynotklip
      @definitelynotklip 3 года назад +14

      line get organize

    • @daburrito5296
      @daburrito5296 2 года назад +1

      @@definitelynotklip Thank you Ron

    • @tiesetsomatsipa5402
      @tiesetsomatsipa5402 2 года назад +1

      Different sorting algorithms, the video is illustrating how each algorithm works and performs.

  • @Hexhammer
    @Hexhammer 3 года назад +2

    bogo sort world record

  • @guilhermeafonsopereira8800
    @guilhermeafonsopereira8800 2 года назад

    Idk why this is fun for me

  • @ToppCuber
    @ToppCuber 2 года назад

    14:42 thumbnail

  • @demirbey8068
    @demirbey8068 2 месяца назад

    1:04:33 8 million shuffles. average 24883200 shuffles so it got lucky

  • @mkbloxx
    @mkbloxx 3 года назад

    WOOP!!!

  • @mertakdeniz5498
    @mertakdeniz5498 3 года назад +1

    flash sort op

  • @uifhfiudhrjd9fyepsbsusodb
    @uifhfiudhrjd9fyepsbsusodb Год назад

    One billion writes into the main array. Christ

    • @ishu4227
      @ishu4227 Год назад

      not yet, poor radix didnt get 1 bil

    • @ishu4227
      @ishu4227 Год назад

      wait, did one get a billion?

  • @captainobvious8530
    @captainobvious8530 3 года назад

    So bubble is the worst sort algorithm?

    • @Musicombo
      @Musicombo  3 года назад

      One of? Probably.

    • @ojd9145
      @ojd9145 2 года назад +1

      @@Musicombo I dare you to rank ALL the sorts worst to best.
      ALL OF THEM.
      *EVERY.* *SINGLE.* *ONE.*

    • @ishu4227
      @ishu4227 Год назад

      The? No. BogoBogo is.

  • @人人人人人人人人人人
    @人人人人人人人人人人 2 года назад +1

    in place lsd radix sort base 10 *a billion writes*

  • @ETYMF2003
    @ETYMF2003 3 года назад

    I came here from kraccbacc

  • @imjayson5328
    @imjayson5328 11 месяцев назад

    50:20 fnf hellbreaker be like:

  • @PerfectTheCircle
    @PerfectTheCircle 2 года назад +2

    enjoying this but not understanding any of it makes this a baby sensory video for adults

  • @ishu4227
    @ishu4227 Год назад

    NOOO RADIX DIDNT GET 1 BILLION NOOOOO

  • @aboi6145
    @aboi6145 2 года назад

    ASMR be like

  • @atampeersandmanlol
    @atampeersandmanlol Год назад

    bogo sort wr: 6.5 ms!

  • @kaminari8811
    @kaminari8811 2 года назад

    funniest shit i ever seen tbh

  • @tecco817
    @tecco817 2 года назад

    fnf fans: yo this song is lit

  • @DayneTreader
    @DayneTreader 3 года назад +1

    Honestly I'd like to see all of these sorts using the same amount of numbers

    • @Musicombo
      @Musicombo  3 года назад +6

      I've answered this question multiple times before, but that would lead to a very uninteresting video considering Bogo Bogo Sort can only be fed up to 6 numbers before the amount of time it takes to finish becomes unreasonable.

    • @DayneTreader
      @DayneTreader 3 года назад +1

      @@Musicombo oh, I know, it would just be interesting to see exactly how inefficient some sorting methods would take.

    • @Musicombo
      @Musicombo  3 года назад

      Fair enough!

    • @ishu4227
      @ishu4227 Год назад

      @@Musicombo maybe you can sort theeeeee categories of sorts, from fast to slow, andn only compete the fast sorts with the fast, middle withh t he middle, and slow withthe slow. idk about bogobogo tho

  • @Scudmaster11
    @Scudmaster11 Год назад

    Silly sort 😂

  • @thiccycheeser5866
    @thiccycheeser5866 4 года назад

    do bogo with 16 numbers

  • @StarlightAurelia
    @StarlightAurelia 3 года назад

    do bogosort with 10k list you wont :)

  • @ishu4227
    @ishu4227 Год назад

    Time sort gets 1st place for creepiest sort of all time!