90 Sorts on Large Inputs - Scatter Plot

Поделиться
HTML-код
  • Опубликовано: 6 фев 2025
  • Check out the app I use to create these videos, developed by our very own community: github.com/Gam...
    Are you a fan of EarthBound/MOTHER? Check out my HQ audio hack for MOTHER 3: github.com/Mus...
    Support me on Ko-Fi: ko-fi.com/summ...
    Shout-out to Kalmar Republic and Mitch Mitchell for supporting this channel! Join to receive a few perks: / @musicombo

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

  • @HexDeck
    @HexDeck 5 месяцев назад +67

    5:15 YES
    CONSUME THE RECTANGLES MY SWEET LITTLE RED SQUARE

  • @americanskylines2789
    @americanskylines2789 9 месяцев назад +323

    Favorites so far:
    3:18 death metal font
    5:14 microwave
    13:30 unexpected
    13:42 tv static
    19:19 railroad tracks
    20:20 railroad tracks vs tv static
    21:20 fireworks
    23:25 I don’t know
    25:08 anxiety
    25:45 string instrument
    26:40 10 trillion sounds
    27:55 pencil sharpener
    31:58 MY FAVORITE OF ALL TIME
    34:08 actual art
    36:12 W
    45:15 beeooo

    • @rickgreer7203
      @rickgreer7203 8 месяцев назад +4

      You might like the band MASTER BOOT RECORD. Essentially this, but with more...

    • @thegamesquad5133
      @thegamesquad5133 8 месяцев назад +7

      36:12 wuwuwuwuwuwuwuwuwuwuwuwuwuwuwuwuwuwuwu

    • @TheBoringFamily
      @TheBoringFamily 6 месяцев назад +4

      am i seeing 26:40 as a spinning cube

    • @thefrenchtechman
      @thefrenchtechman 5 месяцев назад

      @@TheBoringFamily holy shit I see it too

    •  5 месяцев назад

      21:20 fireworks is like how parents prevent any escape to comfort

  • @sadeqqsm8157
    @sadeqqsm8157 8 месяцев назад +325

    I feel like a cat staring to a laser point

  • @kp2k
    @kp2k 6 месяцев назад +22

    0:02 unopt bubble sort
    0:24 opt bubble sort
    0:39 unoptimized cocktail shaker
    0:54 optimized cocktail shaker
    1:06 oddeven sort
    more soon
    and here are my favorites
    26:38 inplace lsd radix sort base 10
    59:44 less bogo sort

  • @Meaningless94527
    @Meaningless94527 5 месяцев назад +12

    Exchange Sorts (17):
    0:03 1. Unoptimized Bubble Sort
    0:25 2. Optimized Bubble Sort
    0:39 3. Unoptimized Cocktail Shaker Sort
    0:55 4. Optimized Cocktail Shaker Sort
    1:06 5. Odd-Even Sort
    1:20 6. Gnome Sort
    1:32 7. Optimized Gnome Sort
    1:41 8. Optimized Gnome Sort + Binary Search
    2:07 9. EarthBound Sort
    2:44 10. Comb Sort
    3:18 11. Recursive Circle Sort
    4:16 12. Iterative Circle Sort
    5:14 13. Quick Sort (Left/Left Pointers)
    5:56 14. Quick Sort (Left/Right Pointers)
    6:20 15. Dual-Pivot Sort
    6:43 16. Stable Quick Sort
    7:11 17. The Studio's Optimized Stooge Sort
    Selection Sorts (12):
    7:54 18. Selection Sort
    8:27 19. Double Selection Sort
    8:50 20. Cycle Sort
    9:51 21. Max Heap Sort
    10:26 22. Min Heap Sort
    10:52 23. Flipped Min Heap Sort
    11:17 24. Weak Heap Sort
    11:46 25. Ternary Heap Sort
    12:13 26. Smooth Sort
    12:45 27. Poplar Heap Sort
    13:10 28. Tournament Sort
    13:43 29. Pancake Sort
    Insertion Sorts (6):
    14:34 30. Insertion Sort
    14:47 31. Binary Insertion Sort
    15:16 32. Shell Sort
    15:45 33. Patience Sort
    16:16 34. Unbalanced Tree Sort
    16:49 35. Library Sort
    Merge Sorts (7):
    17:41 36. Merge Sort
    18:46 37. Bottom-up Merge Sort
    19:51 38. In-Place Merge Sort
    20:19 39. Andrey Astrelin's In-Place Sort
    21:17 40. Selection Merge Sort
    22:11 41. Lazy Stable Sort
    22:54 42. Rotate Merge Sort
    Distribution Sorts: (14)
    23:49 43. Counting Sort
    24:01 44. Pigeonhole Sort
    24:11 45. Gravity Sort
    24:58 46. American Flag Sort, 32 Buckets
    25:27 47. Least Significant Digit Radix Sort, Base 4
    26:06 48. Most Significant Digit Radix Sort, Base 4
    26:38 49. In-Place LSD Radix Sort, Base 10
    27:28 50. In-Place MSD Radix Sort, Base 10
    28:32 51. Flash Sort
    28:53 52. Recursive Binary Quick Sort
    29:22 53. Iterative Binary Quick Sort
    29:50 54. Shatter Sort
    30:07 55. Simple Shatter Sort
    30:44 56. Time Sort, Mul 4

  • @robertspeedwagon982
    @robertspeedwagon982 8 месяцев назад +75

    Always amazing to look at a visual representation of the effectivness of the quicksort algorithms. It's crazy how fast they can operate.

  • @frogfan449
    @frogfan449 8 месяцев назад +41

    For the algorithms that only write to an auxillary array most of the time, I wish the other array(s) were shown where that would be reasonable.

    • @Musicombo
      @Musicombo  8 месяцев назад +11

      Planning that soon!

    • @ojd9145
      @ojd9145 Месяц назад +1

      it's been seven fucking months

  • @pulsar2049
    @pulsar2049 Месяц назад +3

    2:10 Ness psi sort
    The array was now sorted
    Ness and his friends gained 2 hours of sleep deprivation

  • @BunkerSquirrel
    @BunkerSquirrel 8 месяцев назад +36

    It’s really interesting to see how some of these sorts trade comparisons (cpu time) for memory writes and vice versa

  • @FriendlyFloyd7
    @FriendlyFloyd7 9 месяцев назад +294

    Hang on, "EarthBound sort"? That's a new one, why's it called that?

    • @mjb20077
      @mjb20077 9 месяцев назад +73

      Taking A Guess From Another Video On This Channel That Has EarthBound Sort;
      It Takes The Left-Most Unsorted Value And Tries To Find Any Values Lower Then It. If It Succeeds, It Gets Swapped. Repeat.

    • @mjb20077
      @mjb20077 9 месяцев назад +93

      It's Actually Called 'Exchange Sort', And This Channel Calls It EarthBound Sort In Reference To The Fact The Sort Is Used In The SNES Game EarthBound.
      Edit: See @tcxd1164 's Comment Below Mine

    • @tcxd1164
      @tcxd1164 9 месяцев назад

      ​​​​​​​@@mjb20077
      Some interesting details:
      - Any sort that swaps positions would be called an exchange sort, but:
      - The video author claims it's just called Exchange Sort by the researcher who wrote the paper about this algorithm, and:
      - Reading the PDF from the link they gave in another video, it's not even called that at all; in fact, the researcher didn't even really name it at all, aside from giving the pseudocode used to describe it the label " *Algorithm 1* ICan'tBelieveItCanSort(A[1...n])", which I doubt most people would consider a name. I think the video author is mixing this label up with the other example algorithm within the paper, which just shows a standard bubble sort labelled as " *Algorithm 2* ExchangeSort(A[1...n])".
      - The actual algorithm is like this:
      1. from i = 1 to n, do:
      2. from j = 1 to n, do:
      3. if A[i] is smaller than A[j], do:
      4. A[i] swap with A[j]
      (This is basically what you've described in your comment. The only notable part is that the loops are not constrained in any way; each loop will be a full loop from start to end.)
      - This algorithm counterintuitively sorts in ASCENDING order. The proof is a bit hard to explain in a RUclips comment, though you can just write it down by hand to see why it works.
      - It's slower than bubble sort and doesn't even improve beyond insertion sort time when optimised. I think you can see why it's not really given any sort of detailed research.

    • @someaccount5200
      @someaccount5200 9 месяцев назад

      @@mjb20077 that's exchange sort

    • @Musicombo
      @Musicombo  9 месяцев назад +87

      Used in EarthBound!
      ruclips.net/video/kjjRFt33lUU/видео.html

  • @Jus10Ed
    @Jus10Ed 3 месяца назад +4

    0:40. A rift in space closes.

  • @simonachtnich4417
    @simonachtnich4417 9 месяцев назад +73

    I love these videos! Would it be possible to show the auxiliary array for the sorts that use it, as it is not very interesting to see a sort where nothing happens for a while and suddenly the list is sorted. And would it be possible to include the pseudo code, because some of the more exotic sorting algorithms are difficult to find. Thank you for providing us with countless hours of entertainment.

    • @Musicombo
      @Musicombo  9 месяцев назад +30

      I'm planning an auxiliary array video!

  • @DaughterOfDrakes
    @DaughterOfDrakes 8 месяцев назад +7

    The most practically impractical sort method:
    Redefinition sort:
    Step 1: Determine the contents of the list to be sorted
    Step 2: Define an ordered list as one in which the contents are identical to those in the list to be sorted
    Step 3: Per your new definition of ordered, the list is now ordered.

    • @ishu4227
      @ishu4227 8 месяцев назад +1

      I would call it "Definition sort" becyse it defines a new dfinition of ordered

  • @tamanoti
    @tamanoti 5 месяцев назад +3

    This video is the first time I have seen a scene where Bogosort has properly completed a sort. Impressive...

  • @anonymous-q2b5s
    @anonymous-q2b5s 8 месяцев назад +10

    Never heard of 20:20 but looks very impressive! So fast without extra memory!

    • @elparpo9
      @elparpo9 5 месяцев назад

      prepping a shot of coke

  • @CodeWeaverCW
    @CodeWeaverCW 6 месяцев назад +4

    Damn, comb sort looks really good if you only need a loose ordering and not an exact one, really fast

  • @cycloneshocke7208
    @cycloneshocke7208 9 месяцев назад +81

    yay funny sorting algorithm video holy moly
    EDIT: 26:40 is literally the bees

  • @andreshandle
    @andreshandle 8 месяцев назад +9

    I think it would be really cool to see a video where all the sorts are given the same amount of inputs to sort, but there is no delay added, so we can see just how fast each sort is at sorting that amount of inputs

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

      @@andreshandle some will last forever

  • @sky173
    @sky173 8 месяцев назад +6

    This is awesome. 2:55 - would be a great alarm clock in the morning, lol

  • @myushankaiswarm
    @myushankaiswarm 9 месяцев назад +38

    This scratched the itch in my head that I couldn't reach.

  • @TigerYoshiki
    @TigerYoshiki 7 месяцев назад +3

    I've seen many sorting videos but this one keeps you occupied for one hour.

  • @GGGGGGGGGGGGGGGGGGGG-26
    @GGGGGGGGGGGGGGGGGGGG-26 Месяц назад +2

    15:17 i feel like this is drifting way from milky way

  • @C-SPA
    @C-SPA 3 месяца назад +1

    random friend: hey what are you watching?
    bro: SORT

  • @Andrew_animator
    @Andrew_animator 5 месяцев назад +2

    Actually shocked bogo sort actually sorted something in a video
    First time i've seen someone let it go until it sorts

  • @RightAngle-f8x
    @RightAngle-f8x 15 дней назад +1

    Sorting favorite:
    earthbound sort
    Hanoi Sort
    All!!!

  • @Holac0moestan132
    @Holac0moestan132 Месяц назад

    The slight reverb makes this so magical

  • @michael.de.radobyl
    @michael.de.radobyl 8 месяцев назад +15

    My favorite: 29:38 In-Place LSD Radix Sort

    • @Bubu567
      @Bubu567 8 месяцев назад +2

      26:38

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

      I was looking for this exactly. Thank you

  • @JoeTaber
    @JoeTaber 9 месяцев назад +13

    It'd be cool if there were a google sheet with all the sorts and their stats.

  • @That1CelloGuy
    @That1CelloGuy 26 дней назад

    What i think would be interesting to see is a line graph visualization, where the values are like this but also connected by lines

  • @zlodevil426
    @zlodevil426 9 месяцев назад +48

    Heavy metal band: our logo is easy to read
    their logo: 3:25

  • @synexiasaturnds727yearsago7
    @synexiasaturnds727yearsago7 8 месяцев назад +6

    Thumbnail looks like something some spacetime ripping qt would make

  • @m_affiliates
    @m_affiliates 7 месяцев назад +2

    I'm tempted to ask for every sorting algorithm (including extended sorts) doing every shuffle in a single video but I can't even begin to imagine just how long that video would be

    • @ishu4227
      @ishu4227 7 месяцев назад +1

      over 200 sorts over like 50 shuffles, 10000 sort sessions, oh god

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

      @@ishu4227 the ultimate video

  • @mv-jp8ul
    @mv-jp8ul 4 месяца назад +1

    Earthbound sort is goated, all of the sound effects also sound like SNES effects too

  • @aquasprunkiorignalcharacter
    @aquasprunkiorignalcharacter Месяц назад

    Bogo Bogo sort: When you are in space and you see stars

  • @bat__bat
    @bat__bat 6 месяцев назад +1

    I'm less concerned with the algorithms on screen as I am with the algorithms that got me here.

  • @quocphong6588
    @quocphong6588 5 месяцев назад +5

    29:51 has the new fastest sort beyond quick sort or LSD radix.

    • @KingGamereon
      @KingGamereon Месяц назад

      @@quocphong6588 I may not be understanding the terms, but didn't pigeon hole sort get 3.4ms?

    • @quocphong6588
      @quocphong6588 Месяц назад

      @Aron-i3l Ohhhhh. I see, it’s just the 2nd fastest sort

    • @KingGamereon
      @KingGamereon Месяц назад

      Still an honourable spot to have among sorting algorithms

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

    21:16
    Merge sort: "Oh great, now we're taking random sorts and making them recursive and calling them 'merge sorts'? That's disrespectful."
    Lazy Stable Sort: "Then how come you never say I'm disrespectful?"
    Merge sort: "...Shut up."
    EDIT: this was before i knew Lazy Stable Sort used rotations instead of being bubble sort. Sorry about that

  • @bonelessChillies
    @bonelessChillies 8 месяцев назад +1

    The sounds for the In Place MSD RADIX SORT BASE 10 make my ears itchy in a good way

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

    1:12
    Timestamp.
    When each side of the odd-even sort have met in the middle, but they haven't fully straightned themselves out yet, and the baseline curve resembles this odd sigmoid function.
    That's what I imagine love looks like♡♡♡♡

  • @SREagle1
    @SREagle1 7 месяцев назад +4

    26:39 - ... LSD ... - indeed, quite trippy 🤪

  • @blackflask8254
    @blackflask8254 4 месяца назад +1

    Hey there! I love all these sorting videos that you have, it inspired me to optimize Gnome sort especially since I kept seeing it in your videos that an optimized variant of Gnome sort exists, but I can't see it anywhere so I made my own.
    I made the optimized variant in Rust and criterion tells me that the optimized version has 22% performance improvement over the original, the difference is especially huge on reverse sorted input, are you interested in seeing my Optimized Gnome Sort in Java or any language you prefer? The changes are quite simple and you can definitely catch up to it quickly, maybe even add it to your sorting algorithm visualization application.
    Thank you for your time!

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

    Four years ago I graduated and studied sorting algorithms for my computer final, and weirdly enough, I can still take a short look at each sorting type and tell what steps each type takes to sort the numbers 😂 how do I still know this??

  • @loishik5404
    @loishik5404 7 месяцев назад +2

    Could you make a video covering the new driftsort and ipnsort algorithms? They were just merged to Rust's standard library, and it'd be great to see them in action.

    • @Musicombo
      @Musicombo  7 месяцев назад

      Never heard of them! I'll have to look into them and then refactor them in Java.

  • @Tech1ty
    @Tech1ty 8 месяцев назад +2

    And once again I find myself of sorting algorithm youtube

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

    I have been watching algorithm sorting videos for the past 2 days despite not knowing anything about sorting whatsoever

  • @Wess64IDK
    @Wess64IDK Месяц назад

    26:40 the noise the school computers make whenever i open a singular chrome tab:

  • @bergencounty_elevators
    @bergencounty_elevators 7 месяцев назад +1

    Wow. You're back.
    Unreal. Just curious, I was using ArrayV 5,1 the other day, and am curious, When are we gonna be able to see auxiliary arrays in the videos?

  • @sixeleven637
    @sixeleven637 5 месяцев назад +2

    25:08 ENHANCE!!

  • @kiti_cat524
    @kiti_cat524 21 день назад

    sort suggestion: lesser bogo sort (like less bogo sort, but ANY element in its correct position will not be included in the next pass. May be difficult to code)

  • @PIGEON5265
    @PIGEON5265 8 месяцев назад +2

    I don't know what the hell i am watching but i love it 😀

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

    Count and flash sort did really well, I'm assuming they have issues with non-linear data sets if they aren't universally used?

  • @FloydMaxwell
    @FloydMaxwell 3 месяца назад +1

    (1) why aren't these normalized (i.e. same dataset size), and (2) why aren't these presented from slowest to fastest ?

  • @d1Prczr6b29eM82Y
    @d1Prczr6b29eM82Y 29 дней назад

    2:44 人間っぽくてこれが一番好きだ

  • @dellosCao
    @dellosCao 8 месяцев назад +1

    Should have a list for fast references

  • @cosmnik472
    @cosmnik472 8 месяцев назад +2

    20:19 is fire

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

    There's a constant thing with all of these : shuffling always go faster 😂

  • @truongquangduylop33yyuh34
    @truongquangduylop33yyuh34 7 месяцев назад

    Request: Over 70 sorting algorithms in under an hour - Shifted Element

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

    Is there any overview of the results? And maybe even rating in sense of time, cpu time etc.?

  • @Seega-is-great
    @Seega-is-great Месяц назад +1

    36:12 \/\/

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

    can't believe I just sat through that

  • @samasadollahi6649
    @samasadollahi6649 3 месяца назад +1

    2:08 someone tried psi on this

  • @Omegation2024
    @Omegation2024 9 месяцев назад +6

    can you do a In-Place Radix LSD Sort, Base 4?

    • @Musicombo
      @Musicombo  9 месяцев назад +2

      Why Base-4 specifically?

    • @brainboy53
      @brainboy53 9 месяцев назад

      It’s popular I guess.

    • @Musicombo
      @Musicombo  9 месяцев назад +2

      @@brainboy53 But... in-place Radix LSD is already included in this video...?

    • @brainboy53
      @brainboy53 9 месяцев назад +1

      Wait you’re right.

  • @ishu4227
    @ishu4227 7 месяцев назад

    Suggestion: Sorts on "Fly straight, dang it!"

  •  5 месяцев назад

    Would be neat if these were SORTED in ascending order of superiority, i.e. most to least sort time, comparisons, swaps, etc.

  • @cariyaputta
    @cariyaputta 8 месяцев назад +3

    Is there any sort video with the same input and same delay?

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

    So, that's what an algorithm sounds like.

  • @SomeoneCommenting
    @SomeoneCommenting 5 месяцев назад

    So, which one won? They don't sort the same number of samples, maybe it should have been arranged by worst ones first with a few samples, then average variations, then the fastest or most efficient ones at the end with the over 32k samples to sort.

  • @ribbonduckling1314
    @ribbonduckling1314 Месяц назад

    27:59 the mosquito in your ear

  • @Projection_
    @Projection_ 8 месяцев назад +3

    I guess my question is which sort is most efficient (in terms of time spent per amount of numbers given)?

    • @jacknguyen5220
      @jacknguyen5220 8 месяцев назад +1

      That's what the numbers on the side are for. Different algorithms will be more efficient in different aspects. Being better in specific aspects is a tradeoff in other aspects. And for the ones that suspiciously show 0's, like the radix sorts, they're sorting the numbers in a way that isn't comparable to other sorts.

    • @flavex99
      @flavex99 8 месяцев назад +2

      The best comparative algorithms in terms of time and space complexity is Merge Sort, Heap sort, and Quick Sort each of them could have little optimizations for specific cases.

  • @FalconHgv
    @FalconHgv 8 месяцев назад +1

    Some of these sound like one of the sfx from MGS3 whenever you eat (or cure something? Don't remember really)

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

    splay sort: *sitting in the rain*

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

    These algorithms are brought to you by the algorithm. Thank you.

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

    the 49th and 61st were my fav

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

    Can someone please explain how to get this program (edit: nvm i figured it out)

  • @ishu4227
    @ishu4227 7 месяцев назад

    I have two questions: 1: how do you get the sound that you use? When i ran ArrayV (mvnw ver, not jar) i didn't get the same default sound as you, but the JARdid. Can you explain? And no 2: How do you record it fullscreen? When i try to use obs studio to record arrayV fullscreen, it doesn't work. Ialso can't make arrayV fullscreen.

    • @ishu4227
      @ishu4227 7 месяцев назад

      Also, if you are using your own program, (the one from your own github, not Gaming32's), why link to Gaming32's? I know this isn't Gaming32's because of the style of the highlights on the dots: Here, they are boxed but in Gaming32's they are enlarged and highlighted. Also the dots in Gaming32's version are smaller than the ones here.

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

    how do you do the visualization? is every piece needed to be sorted a vector? so then you can put it on a 2d plane? or do you separate the numbers into two different numbers (for example in a 64 bit number you take the first 32 bits and the last 32 bits)

  • @HitSpaceGD
    @HitSpaceGD 6 месяцев назад +1

    8:27 sad analog noises

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

    Does every algorithm have a unique advantage?

  • @theendofthestart8179
    @theendofthestart8179 8 месяцев назад +3

    22:22 sounds like galaga

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

    i want an idle game like this

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

    Earthbound looks awesome

  • @Xavier-op3us
    @Xavier-op3us 3 месяца назад

    35:39 I see a W of Ws of Ws in like, 5 seconds
    And it keeps saying wow lol

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

    Bad news for me.
    There is an annoying error about missing drum channel from arrayv.
    Can you help me.
    Because I use the in-place LSD radix 16 base but there is a problem for me.

  • @birch_the_idiot
    @birch_the_idiot 8 месяцев назад +7

    arrayV is not compatible with 1366x768 screen

    • @Musicombo
      @Musicombo  8 месяцев назад +2

      It should be; what's happening on your side?

    • @birch_the_idiot
      @birch_the_idiot 8 месяцев назад +1

      @@Musicombo the change sort and other stuffs that open a new window thing ALWAYS get outside of the screen, and you can't drag it either

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

      @the_man_of_birch Oh dear! Please be sure to submit an Issue on the GitHub repo ❤️

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

      Can't log into github because the verification email is always 2+ minutes late

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

      @@birch_the_idiot 草
      新しいアカウント作れよ

  • @jollygooberino
    @jollygooberino Месяц назад

    12:55 - 14:07 most replayed part

  • @Cypekeh
    @Cypekeh 8 месяцев назад +1

    I love this plot

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

    grail sort should have been called space invaders sort.
    i hope doom sort is included.

  • @bomblii
    @bomblii 9 месяцев назад +5

    i love sorting!!!!

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

    can you upload just the sound, but without the reverb pls?

  • @TWGuardian
    @TWGuardian 7 месяцев назад

    Hi! Odd question but is the Holy Grail sort still being worked on? I've been looking to implement it but the github repo states that it is broken.

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

    Shouldn't there be reversed max heap sort if there is reversed min heap sort?
    Does that also mean that introsort can have its max heap sort replaced with reverse min heap sort?
    (Kinda curious now on how it would visualize LOL)

    • @Musicombo
      @Musicombo  8 месяцев назад +1

      Reversed max heapsort would produce a reversed output.

    • @ishu4227
      @ishu4227 7 месяцев назад

      Yeah. The only reason Reversed min heap sort exists is because Min heap sort creates a reversed output.

    • @Scudmaster11
      @Scudmaster11 7 месяцев назад

      @Musicombo by the way.. I did find reflection sort and implement it in visual programming to see if it was it (and it was)... I might send the link or code (from arrayV gethub) here for it (if you want)

    • @Scudmaster11
      @Scudmaster11 7 месяцев назад

      @@ishu4227 I know.. it was just a thought to make the reversed output then flip it at the end

    • @Musicombo
      @Musicombo  7 месяцев назад

      @@Scudmaster11 Send it here!

  • @riril4977
    @riril4977 8 месяцев назад +1

    Спасибо меня перепрограммировали этим видео теперь я раскрыл все возможности

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

    And even moving

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

    Which one won in terms of speed?

  • @Caysen52TheSecond
    @Caysen52TheSecond Месяц назад

    26:40 mettaton moment

  • @chair547
    @chair547 8 месяцев назад +7

    The ones where it just does mystery writes to an aux array and then magically sorts out the original are kinda boring

  • @NitroFunWon
    @NitroFunWon 8 месяцев назад +1

    50:24 - 51:00 is sick, sounds like a hyper laser gun

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

    I found this sort of interesting.

  • @20aratesses_OfficialYT
    @20aratesses_OfficialYT Месяц назад

    2:42 blender render

  • @FajarAndiPatappari
    @FajarAndiPatappari 5 месяцев назад

    This is what youtube for ❤