Тёмный

Over 70 Sorting Algorithms in Under an Hour - Disparity Chords 

Musicombo
Подписаться 26 тыс.
Просмотров 104 тыс.
50% 1

Visit our community Discord: / discord
Brand-new visual style implemented by aphitorite (ru-vid.com/show-UCMxl....
Check out the NEW home for ArrayV here: github.com/gaming32/ArrayV-v4.0
Check out the Mother 1+2 Restoration project: / discord
Thank you to Kalmar Republic and Segaking584 for supporting my videos!
Join this channel to get access to perks:
/ @musicombo

Наука

Опубликовано:

 

1 апр 2021

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 115   
@themosaicshow
@themosaicshow 2 года назад
9:32 where heap sorts begin for my heap sort enjoyers
@ZNC-hk1qk
@ZNC-hk1qk Год назад
i personally am a merge sort type of guy but wow. i think heap sort is at 2 in my list now
@themosaicshow
@themosaicshow Год назад
@@ZNC-hk1qk hell yeah
@somejoe7777
@somejoe7777 Год назад
Heap sort and merge sort have virtually identical performance in terms of number of comparisons and number of writes to the array, and both are unaffected by the initial array order which can cause other n*log(n) sorts to degenerate to n^2 performance (e.g. Quick Sort). Heap sorts have an advantage in that they do not require an auxiliary array. However, merge sorts can sort an array that is too big to fit in memory by writing partially-sorted chunks to external storage (e.g. disk). Most of the optimized library sorts like std_sort use a combination of merge, heap, and quick sorts to achieve maximum performance.
@Amerard
@Amerard 2 года назад
44:58 ight imma head back
@theHstandsforhypodermic
@theHstandsforhypodermic 3 года назад
lookin fresh! can't wait to be scared
@jaylenleu6403
@jaylenleu6403 3 года назад
Merge sort is like watching lines do cartwheels
@WickerBasket9
@WickerBasket9 3 года назад
We just created an entirely new sound effect at 2:39...
@cagegirll
@cagegirll 2 года назад
old arcade music
@spacesandwich5593
@spacesandwich5593 2 года назад
PSI Hypnosis Ω
@helloworldmasteredmusic
@helloworldmasteredmusic Месяц назад
​@@spacesandwich5593The Sorting Algorithm couldn't stop crying!
@chddrchmze
@chddrchmze 2 года назад
lemme guess the elements have their own lines connecting them to the point where they should go
@Musicombo
@Musicombo 2 года назад
Yup!
@theguywhofrogottonotask5676
@theguywhofrogottonotask5676 2 года назад
I knew it and first time seeing rules before commenting and i think its a nice addition unlike the dislikes being removed
@KeaveMind
@KeaveMind Год назад
I love how utterly chaotic and unproductive the Gnome Sort is.
@alexl.5405
@alexl.5405 2 года назад
Super Metroid Tourian zone 42:36
@randomtiger
@randomtiger 2 года назад
I can finally see a difference between gnome and insertion sort but since my brain is a smooth stone I can't explain it
@GarryDumblowski
@GarryDumblowski Год назад
Personally the way I'd explain it is by saying that the "target" (the value being sorted) is repeatedly swapped down the sorted part of the list in gnome sort, but this step is skipped in insertion sort to cut down on the number of array writes. That, and Insertion Sort keeps track of the next value that needs to be moved into place and doesn't need to search for it again like Gnome sort does.
@jayamarillo628
@jayamarillo628 8 месяцев назад
@@GarryDumblowskiso how does optimized gnome differ from insertion?
@GarryDumblowski
@GarryDumblowski 8 месяцев назад
@@jayamarillo628 Optimized Gnome is like Insertion but it uses swaps to move the target instead of shifting everything over one space and only writing the target once to its sorted position. They both keep track of where they left off.
@jayamarillo628
@jayamarillo628 8 месяцев назад
@@GarryDumblowski got it. So it would not look different in a visualization even if they are different.
@GarryDumblowski
@GarryDumblowski 8 месяцев назад
@@jayamarillo628 Not really. In gnome sort with a small array you might be able to make out an out-of-place value moving through the array.
@mitchellclark4377
@mitchellclark4377 Год назад
Love seeing the cardioids emerge from Merge Sort!
@GabrielsEpicLifeofGoals
@GabrielsEpicLifeofGoals 2 года назад
53:45 Mandelbrot cardioid!
@not_estains
@not_estains 2 года назад
nobody: Circle sort: *my time has come*
@mysteriumvulpes1752
@mysteriumvulpes1752 3 года назад
10:03 idk but this legitimately scared and amazed me i have no idea what's happening and im too dumb to get it but im intrigued
@the.abhiram.r
@the.abhiram.r 2 года назад
looks like a vaporwave background lol
@Musicombo
@Musicombo 3 года назад
Visit our community Discord here: discord.com/invite/2xGkKC2 Check out the NEW home for ArrayV here: github.com/gaming32/ArrayV-v4.0
@werferyt6092
@werferyt6092 3 года назад
Uhh, that discord link is expired, could i get a new one please?
@Musicombo
@Musicombo 3 года назад
@@werferyt6092 I thought I gave you one yesterday? discord.com/invite/2xGkKC2
@werferyt6092
@werferyt6092 3 года назад
@@Musicombo yeah sorry i lost it my fault:/
@Musicombo
@Musicombo 3 года назад
@@werferyt6092 No worries!!
@semiautosludge
@semiautosludge 3 года назад
In Place LSD Radix Sort gang for life
@Coastal_Cruzer
@Coastal_Cruzer 2 года назад
More bases=more based
@vehicleboi5598
@vehicleboi5598 2 года назад
@@Coastal_Cruzer 10 bases and 10 red pills
@kinghotcoc0
@kinghotcoc0 Год назад
In Place LSD Radix is just the best.
@filler2013
@filler2013 11 месяцев назад
I'm a quick sort guy myself.
@polymations
@polymations 4 месяца назад
@@filler2013 same
@XxLupisosxX
@XxLupisosxX Год назад
55:49 THar SHIT SLAPPED
@ZNC-hk1qk
@ZNC-hk1qk Год назад
favs by far 17:22 (i love you merge sort) 23:23 22:45 9:32
@raycast_rae
@raycast_rae Год назад
omg i love merge sort too
@deftrascal1626
@deftrascal1626 Год назад
I cant believe Ive never seen another channel use visuals like this, this is so much more intuitive than the disparity dots and virtually every other visualization
@zirconia3
@zirconia3 7 месяцев назад
This was simultaneously the best and worst thing to watch while zonked out on a delta-9 gummy. 2:39 was just pure psychic violence. It's taken me a whole week to come back to this to leave this comment, I was that traumatized. 😵‍💫
@lime-kunchan6920
@lime-kunchan6920 3 года назад
2:20 this entire section is a mix off Pac-Man music and the star rod item in Smash 64 Lmao
@lamenwatch1877
@lamenwatch1877 10 месяцев назад
10:06 is my favorite so far. 22:45 is therapeutic. 29:48 makes that one Star Wars symbol.
@randallismyhandle
@randallismyhandle 2 года назад
Tim sort slaps
@ataraxianAscendant
@ataraxianAscendant 2 года назад
that 24:00 though ong
@hanakokun3741
@hanakokun3741 Год назад
Looks like an experience in the 4th dimensions
@vonpicz
@vonpicz Год назад
i love watching these in class when i'm bored. i've probably seen this video in full like 3 times just sitting at a school desk hahah
@chickendragon2966
@chickendragon2966 8 месяцев назад
I love how easily the pivots for quick sorts are visible
@the_staplergun3968
@the_staplergun3968 Месяц назад
14:00 reminds me of that classic windows pinball game.
@vi-aristotleeizzereilicamp366
@vi-aristotleeizzereilicamp366 3 года назад
0:29 looks like moons go disappear until a month
@literallyafrog367
@literallyafrog367 3 года назад
22:18 Distribution Sorts
@josheco4
@josheco4 2 года назад
17:22 i love merge sort
@ZNC-hk1qk
@ZNC-hk1qk Год назад
i absolutely love merge sort too oh my god
@whatzittuuyah7640
@whatzittuuyah7640 2 месяца назад
finally, bubble sort gets to make a bubble
@deftrascal1626
@deftrascal1626 Год назад
LSD radix hits so fucking different with this visualizer
@latta04
@latta04 5 месяцев назад
Imagine sorting algorithms being used for entertainment. What a time we live in.
@richardsnsfwbasement1455
@richardsnsfwbasement1455 Год назад
i feel like the sounds could put me to sleep
@juniormadrigal3893
@juniormadrigal3893 5 месяцев назад
I think Cocktail Shaker is a shaker sort.
@InverseTachyonPulse
@InverseTachyonPulse 6 месяцев назад
Some of these would have been a very interesting addition to the original Tron movie, both visually and acoustically 🙂
@grapetoad6595
@grapetoad6595 Год назад
Time sort was a real MVP
@noobier9790
@noobier9790 Год назад
6:36 I swear this is the same shape of a fractal I have seen
@Green24152
@Green24152 10 месяцев назад
holy crap min heap was amazing
@deftrascal1626
@deftrascal1626 Год назад
someone should make this a screensaver
@nichiyes26
@nichiyes26 9 месяцев назад
What points are the chords connecting? Love the videos, just can't figure out how the representation works in this one.
@peasmehasselberg975
@peasmehasselberg975 5 месяцев назад
They connect the point where a certain number is to the point where it should be.
@vernabaniel
@vernabaniel Год назад
Crazy
@Scudmaster11
@Scudmaster11 Год назад
Gravity sort is at 22:45
@PaimonTheGuideakaEmergencyFood
the line that indicates what it is looks like a bullet thats reflecting off of mirrors
@maymei888_glasses
@maymei888_glasses 4 месяца назад
17:23 my favorite part 19:27
@redsus8725
@redsus8725 Год назад
My mother searching for problems when she arrives back home:
@bespeckledcephalopod7352
@bespeckledcephalopod7352 3 года назад
Hey guys I think my Spirograph broke.
@edwardclark6731
@edwardclark6731 2 года назад
that's what the moon looks like during its phases lol
@tsuki4737
@tsuki4737 3 года назад
cool
@juniormadrigal3893
@juniormadrigal3893 5 месяцев назад
BOGO BOGO SORT IS 6 NUMBERS!!!!! 56:35. AHHHHH
@bigfroggo2434
@bigfroggo2434 2 года назад
Hey, what game is all this music from?
@Musicombo
@Musicombo 2 года назад
Earthbound ;)
@ananimouseiscool8665
@ananimouseiscool8665 2 года назад
@@Musicombo I DIED READING THAT
@chickendragon2966
@chickendragon2966 8 месяцев назад
Me sorting the spider webs in my backyard
@lingonberryjam
@lingonberryjam 6 месяцев назад
24:00 me after eating uranium
@C-mirror
@C-mirror 2 года назад
So many moons
@juniormadrigal3893
@juniormadrigal3893 5 месяцев назад
BOGO SORT IS 8 NUMBERS
@renderjay6035
@renderjay6035 Год назад
Times Table Circles!
@yoyoyoyoyo0113
@yoyoyoyoyo0113 2 года назад
17:19 23:21 27:45 30:00
@maymei888_glasses
@maymei888_glasses 4 месяца назад
Lazy sort reminds me of slow sort
@puzzlehead160
@puzzlehead160 2 года назад
Sorry if i'm being stupid but what are these lines for? What should they tell me or what are they telling the system?
@Shunnabunich
@Shunnabunich 2 года назад
The data being sorted is (if I'm understanding it correctly) just a series of consecutive numbers from 1 all the way up to 2048 (or 1024, or 256, or 128, depending on what Musicombo feels is a reasonable amount of data for each algorithm to sort through). In this visual interpretation, the numbers are laid out in a circle like the numbers on a clock. It draws a line between where each number _is_ and where it's _supposed_ to be. When they're in their proper places, they all just look like dots, because the "where I am" and "where I should be" ends of that line are in the exact same place. When they're shuffled, though, each number's line gets dragged to wherever it randomly ended up, resulting in a rainbow rats' nest. The "chord" in the name refers to a straight line that cuts across a circle (nothing to do with musical chords as far as I know), and "disparity" means the difference between each number's intended position and its actual position. Each line is a "disparity chord". (Also, the numbers are assigned colours along the spectrum according to where they are when they're in order; so if you see a red line, that's a number that should be top centre, a blue line is a number that belongs in the bottom left, and so on.) Hope that helps it make more sense! Or at least didn't make it _more_ confusing…
@smaybius
@smaybius 2 года назад
All visualizations are just ways of showing the same exact array. In this one, one end of the chord is the correct indice, and the other end is where the item actually is
@samuelbennier5920
@samuelbennier5920 2 года назад
I understand what you mean
@dustunmalone7816
@dustunmalone7816 9 месяцев назад
38:01 gsg.6 38:14 f.1
@vernabaniel
@vernabaniel Год назад
Look like a moon
@TheClx429
@TheClx429 3 года назад
23:21
@abxyabxy281
@abxyabxy281 2 года назад
Odd-Even sort reminded me of two galaxies in the far future drifting apart.
@diakon1978
@diakon1978 3 года назад
1:00
@diakon1978
@diakon1978 Год назад
what whos is control my commends
@juniormadrigal3893
@juniormadrigal3893 5 месяцев назад
OMG 56:35 NOT AGAIN!!!
@nileprimewastaken
@nileprimewastaken Год назад
min heap sort looks so weird in this visualization
@aidanpatton7135
@aidanpatton7135 2 года назад
What is this sorting?
@SanMarvinNinguemSantana
@SanMarvinNinguemSantana 3 года назад
Hiparcus Theorem is just like a shit under that pattern...
@davidaugustojr421
@davidaugustojr421 3 года назад
But i thought it ended
3 года назад
Selection sorts 1.25x
@endermage77
@endermage77 3 года назад
What am I looking at here?
@arsongamer1510
@arsongamer1510 3 года назад
what i gather is this: different places on the circle have different values starting from the top, going clockwise, the values steadily increase when they are randomized, your goal is to put these values in ascending order these are visualizations of different sorting algorithms to do that
@BrosBrothersLP
@BrosBrothersLP 3 года назад
The starting position is the position of the nunber in the set. So at the top the first and last number start. The the endpoint is a certain radiant away this corresponds to the value where 2pi is the maximun value
@smaybius
@smaybius 2 года назад
All visualizations are just ways of showing the same exact array. In this one, one end of the chord is the correct indice, and the other end is where the item actually is
@sqqbbii
@sqqbbii 2 года назад
what is being sorted?
@B-System
@B-System 2 года назад
Some number of integers. Under the name of the algorithm it'll say how many; usually a power of 2, usually smaller for slower/dumber algorithms.
@rasyaar5124
@rasyaar5124 3 года назад
please, somebody
@who_is_me
@who_is_me 7 месяцев назад
@Terpster77
@Terpster77 3 года назад
Oof
@hellothere4396
@hellothere4396 3 года назад
Jooo
@maurolionelmipianoyyo11
@maurolionelmipianoyyo11 2 года назад
23:23
@maurolionelmisjuegosyo940
@maurolionelmisjuegosyo940 Год назад
Bruh no
Далее
Visualizing 70 Sorting Algorithms
29:24
Просмотров 57 тыс.
АСЛАН, АВИ, АНЯ
00:12
Просмотров 703 тыс.
КРАФЧУ NAMELESS СКИН!
1:53:35
Просмотров 453 тыс.
50+ Sorts, Visualized - Reversed Inputs
27:10
Просмотров 215 тыс.
Gravity Sort (Beadsort)
7:16
Просмотров 25 тыс.
*SEIZURE WARNING* New Sorts to ArrayV in May 2021
38:47
Visualization of Radix sort
7:02
Просмотров 28 тыс.
Купил этот ваш VR.
37:21
Просмотров 300 тыс.
Will the battery emit smoke if it rotates rapidly?
0:11
Развод с OZON - ноутбук за 2875₽
17:48