Coding Challenge

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

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

  • @arkamitra4345
    @arkamitra4345 5 лет назад +1155

    You can use bully sort:
    Choose the first element.
    Delete the rest of the elements.
    Your array is now sorted.

    • @mistermixter4123
      @mistermixter4123 5 лет назад +12

      Lol

    • @yangyang6140
      @yangyang6140 5 лет назад +6

      Arka Mitra Brutal, I like it.

    • @ashishthapamagar9166
      @ashishthapamagar9166 5 лет назад +8

      You're genius man.😂😂

    • @EnteiFire4
      @EnteiFire4 4 года назад +25

      Similarly, there's Stalin sort:
      Remove all the elements smaller that the last "kept" value. For example :
      5, 3, 8, 9, 1, 2, 10 becomes 5, 8, 9, 10.

    • @NachoMan154
      @NachoMan154 4 года назад +27

      Communism sort is: Choose the least element, assign the value to all other elements. The Array is now Sorted. xD

  • @kostasgeorgiou2417
    @kostasgeorgiou2417 6 лет назад +1149

    📂Documents
    └📁Videos
    └📁 The Coding Train
    └📁 Bad Videos
    └⚠️ This folder is empty

    • @bailey125
      @bailey125 5 лет назад +10

      362 likes and 0 comments?

    • @JohnDoe-ni9zm
      @JohnDoe-ni9zm 5 лет назад +4

      I'm doing my part!

    • @frenzy9741
      @frenzy9741 5 лет назад

      Let's fill this section with 500 comments!!! And also subscribe move 5% of Pews subs to the coding train, please, someone!

    • @jason_shepherd
      @jason_shepherd 5 лет назад

      not gonna lie ya had me in the first half

    • @hwinangkoso
      @hwinangkoso 5 лет назад +5

      I think you should sort out your folders

  • @SriNiVi
    @SriNiVi 5 лет назад +29

    As a software developer I just love his thinking approach to an Algorithm. Morover just love to see how happy he is while doing this and how much he's enjoying this..
    Big fan.

  • @kyraaa__
    @kyraaa__ 4 года назад +161

    Thanos sort: delete half and sort the rest! It’s twice as effective

    • @sortof3337
      @sortof3337 4 года назад +1

      ha ha ha. I am gonna try and implement this.

    • @tobiasgorgen7592
      @tobiasgorgen7592 4 года назад +1

      def ThanosSort(list):
      {
      while not list.isSorted()
      {
      cullHalve(list)
      }
      return
      }

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

      Well i fact sorting isn't linear so it's more than twice effective :)

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

      And use recursion next, so that the complexity will be O(log n)

  • @e4r281
    @e4r281 6 лет назад +456

    I wish I could bubble sort the stuff in my room.

    • @aggbak1
      @aggbak1 6 лет назад +5

      jordan peterson approves

    • @giorgosd3624
      @giorgosd3624 6 лет назад +3

      Me too, i can only bubble sort a coca-cola

    • @stepan981
      @stepan981 6 лет назад +5

      Eh... Kinda slow.

    • @nevermind1O844
      @nevermind1O844 6 лет назад +16

      pro tip: lock that door, find a new room, forget about the old one... maybe garbage collection kicks in

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

      quick sort for you. Or if you bored, gravity sort it.

  • @awsomeguy563
    @awsomeguy563 6 лет назад +376

    HOLY CRAP! HE'S FINALLY DOING SORTING ALGORITHMS

    • @yesveryprofesionalnameyes6055
      @yesveryprofesionalnameyes6055 5 лет назад +1

      your name is "not really?" so it kindea breakes the point

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

      @@yesveryprofesionalnameyes6055 yes yes very professional name yes

  • @dielfonelletab8711
    @dielfonelletab8711 6 лет назад +86

    😮 For the first time ever I did something before Dan inspired me to. I feel like a true programmer now!

  • @rikkiegieler5638
    @rikkiegieler5638 6 лет назад +193

    I suggest:
    Merge Sort
    Heap sort
    Bogo sort and BogoBogo sort ;-)
    Sleep sort
    Gravity/Bead sort
    Comb sort
    Slow sort
    Insertion sort

    • @giorgosd3624
      @giorgosd3624 6 лет назад +7

      Rikkie Gieler Dont forget Miracle sort

    • @Triavanicus
      @Triavanicus 6 лет назад +16

      Why not Radix sort as well

    • @MasterHigure
      @MasterHigure 6 лет назад +5

      Don't forget Intelligent Design sort.

    • @mikeberezhkov7810
      @mikeberezhkov7810 6 лет назад +5

      sorting with ML. Why not to try?

    • @blasttrash
      @blasttrash 6 лет назад +2

      And then visualize all of them in a parallel sort way as well. like simulating multiple processors and what not.

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

    I've been watching your challenge videos for a while, watching until I understand what it is, actually researching and coding them and then looking at what you did. Pretty fun way to spend/procrastinate through a couple hours

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

    I didn’t understand a lick of the computer science, but I was entertained throughout

  • @ekarademir
    @ekarademir 6 лет назад +7

    Daniel, you made me smile! Thanks for all your efforts.

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

    Dude just did an entire weeks worth of my programming homework in one sitting, added great commentary and instruction the entire time, recorded a fun video and I was still completely more interested in this than doing my own homework. Good shit

  • @goldenfreddy8649
    @goldenfreddy8649 6 лет назад +1

    I took a basic computer science class because I needed the credit. We actually used a couple of your videos as references. Now I have a somewhat newfound interest in computer science once again, and these videos are actually pretty intriguing.

  • @kedarkodgire9506
    @kedarkodgire9506 5 лет назад +1

    My goodness , each video of yours is mesmerizing. I kinda keep watching it till the end even if i don't understand some stuff in between.
    **most important note is I never get bored of your videos 😅**
    You're amazing!!!!!

  • @ElZafro_
    @ElZafro_ 6 лет назад

    The animation using the noise blew my mind. So cool!

  • @DSan96
    @DSan96 5 лет назад +51

    Actually it grows polynomially and not exponentially since O(n^2) < O(2^n). For instance, in the case of n=6 as in your example, a polynomial growth implies 36 computations, while an exponential growth 64. Just as a reminder (from biggest to smallest)
    - Factorial O(n!)
    - Exponential O(a^n) for a fixed
    - Polynomial O(n^a) for a fixed
    - O(n log n)
    - Linear O(n)
    - Logarithmic O(log n)
    - Constant O(a) for a fixed

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

      ehud kotegaro O(n^n) grows even faster than O(n!).

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

      @ehud kotegaro not helpful

  • @glendale87
    @glendale87 6 лет назад +1

    Sorting visualizations are so relaxing! Awesome vid :)

  • @DavidSuper13
    @DavidSuper13 6 лет назад

    the merge sort looks really incredible

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

    I just love your energy, from a 31 year old, 3 year professional coder, going over these basics with that sun in the background and you dancing.
    Kalabunga what fun learning.
    Annnd pretty sure I won't have to go over this basic again as you have imprinted it..... so therefore, on to allll your other videos to get that same level of imprint. THANK YOU.
    I am subscribed and liked and shall continue to like, great great educational, so fun, content. The dances just get me and nervous hahaha been at this for 3.5 hours now, thank you for your time.
    Super.

  • @poof65
    @poof65 6 лет назад

    This is really a subject that I find interesting. When I was younger I loved to do sort visualizations (and fractals) . You gave me the motivation to continue :)
    Apart from that, you're very energetic, funny and passionated, keep up the good work

  • @ABaumstumpf
    @ABaumstumpf 6 лет назад

    It is nice how the simple lines at 5:25 show the problem with the used "Random" function of java - for most applications it is fine, but the numbers do exhibit a pattern.

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

    Visual sorting algorithms are like crack for my OCD. I love it!

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

    You make coding much more fun!! Keep being yourself!

  • @user-yq8xh
    @user-yq8xh 6 лет назад +2

    Your videos are awesome, I have learned so much by watching them! I would love to see a videos series on assembler programming. I did not understand this stuff till now, but I know if you were my teacher I definitely would. :-)

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

    Thank you sir, greatly enjoyed.
    There was a time I wrote code just like that...
    in machine code, before there was C compiler.
    More addicting than games, because there
    were no games...long into the dark and tired night.
    No source control, no internet.
    I greatly miss it.
    11.27.21

  • @provolke
    @provolke 6 лет назад +31

    You should do a soduko solver! Ive been trying to make one thats a 3x3 for awhile. I wanna try to do it very eligantly.

    • @amrsaber5457
      @amrsaber5457 5 лет назад

      It gets solved fairly efficiently by backtracking, you should try that.

    • @alcxander
      @alcxander 5 лет назад

      @@amrsaber5457 whats backtracking in this context?

    • @TheFrankvHoof
      @TheFrankvHoof 5 лет назад

      @@alcxander try m.ruclips.net/video/auK3PSZoidc/видео.html

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

      @@alcxander Essentially you fill in any number that will currently work in a cell and assume that it's correct. Then you keep filling out the board until you fail, take a step back, try a different number, repeat. You can backtrack all the way to cell #1 if you are unlucky, but this is a slightly more elegant brute force.

  • @Otakutaru
    @Otakutaru 6 лет назад +2

    I LOVE you! Sorting algorithms are too much fun

  • @ipoop4359
    @ipoop4359 4 года назад +1

    YOU’RE THE BEST TEACHERRR
    PERIODTTTT

  • @Cool_Story_Bruh
    @Cool_Story_Bruh 5 лет назад +1

    Congratulations, you made me want to learn how to code.

  • @xnick_uy
    @xnick_uy 6 лет назад

    This was very nice. I was thinking about creating a "genetic algorithm sort" next, combining some of your former videos and this one :P

  • @canaDavid1
    @canaDavid1 5 лет назад +1

    The most (and kind of least) efficient sorting algorithim is the random sort; you randomly arrange the numbers, and check if it's correct.

    • @canaDavid1
      @canaDavid1 5 лет назад

      And i think it is O(n!)...

  • @balla2172
    @balla2172 5 лет назад

    Man I wish I knew coding/programming has as good as you. I'm trying to teach myself python now. I hope to get to this level some day

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

    no clue about any of this stuff, but i love your personality so i watch anyway, youre awesome

  • @JimThomson-x3r
    @JimThomson-x3r Год назад

    A tip, each subsequent pass only needs to traverse until the last swap, not until the decrementing index. Also, you will know you are at the end if a pass did no swaps.

  • @nicholas_scott
    @nicholas_scott 6 лет назад

    Loved this. Takes me back to college. I think every freshman has to make a visual bubble sort so the prof can detail how ineffecient it is

  • @WildAnimalChannel
    @WildAnimalChannel 6 лет назад

    I like watching these videos. It's relaxing.

  • @10tens5
    @10tens5 5 лет назад

    I dont even know what's happening but this amazes me!

  • @OrangeC7
    @OrangeC7 6 лет назад +9

    Actually, the least efficient sorting algorithm is the random sort.
    *pushes glasses up nose*

    • @Qwentar
      @Qwentar 5 лет назад

      BogoSort. I suspect the Bogo stands for Bogus.
      Surprisingly it can work for short lists (less than ten elements).

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

      Nah, miracle sort is worse. "Is it sorted yet? No? Okay, wait, do nothing, wait a minute, and check again.

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

    I don't know what the hell is going on here, but it's cool to see what goes on behind those neat sorting animations that keep popping up in my feed. I never made it past the first couple of Hour of Code levels.

  • @yesveryprofesionalnameyes6055
    @yesveryprofesionalnameyes6055 5 лет назад

    New sorting algorithm >> DERP SORT
    Sets a random number to the begining and if it is the smallest keep it and remove it from the list, else get a new random number from the list and keep the old one in the list.
    Mindblown

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

    3:38 correction not just how long it performs but how many accesses, comparisons, and where the data is access plays a part for one reason: storage media. Rotational drives like algorithms that dont have to move the spindle around the surface constantly or that access data sequentially. Hybrid drives love algorithms that use the beginning of the set as a temporary storage space (solid state occupies the first 10-20% of the drive), NAND and VNAND love algorithms that break themselves up into evenly spaced blocks (blocks of data). Sometimes it's not exactly how long it takes to complete a sort, minimizing damage to your storage media matters at the data center which is how and why many of these sorting algorithms came to be in the computer science world.
    Hundreds of trillions of disk accesses matter to drive life over time. Big databases enjoy the reliability and benefit of a smartly chosen sorting alogirhtm.
    FYI the fastest in volatile memory (RAM) for those concerned is pigeonhole. 4000 accesses and 0 comparisons. If you have a mechanical drive that's new, choose Radix (all base forms of RADIX produce sequential, rotational movement during access times when graphed during sorting) , if you've a hybrid drive for your data set, choose WikiSort (first 10% of the set is used as the comparitive area) . Proper choices will preserve the life of your drive.

  • @jacksonweidmannmann5113
    @jacksonweidmannmann5113 6 лет назад

    the most inefficient sorting algorithm is actually the random sort. You rearrange the array randomly and check if it's sorted. I believe the computation time grows at n!

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

    I don't even know what is processing programming language is but I see his videos for months now to understand the logic then I'm trying recreate it in MATLAB.

  • @frenzy9741
    @frenzy9741 5 лет назад +1

    El julioprofe de la programacion

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

    You can also keep track of whether there is a swap or not. If not you can terminate the sort.

  • @junaidchoudhary9110
    @junaidchoudhary9110 6 лет назад +1

    09:23 that jump though, it feels so relatable..lol

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

    The least efficient sorting algorithm as far as I know is not bubble sort, it's random sort. This randomizes the order of the array, checks if it's in order, if not then it randomizes it again. This method is n! or n factorial, which is much more than n². 7! for example would be 1*2*3*4*5*6*7 which is 5,040, whereas 8! is 40,320. An array of 8 needs an average of 40,320 operations to sort... Crazy.
    There is basically no reason to do this except fun as far as I know.

  • @prakharpandey2392
    @prakharpandey2392 6 лет назад +1

    Hey Dan I'm almost selected for the National level Coding Championship. 😍😍
    All thanks to you and my school teacher😍

    • @Khokhar1967
      @Khokhar1967 5 лет назад

      are you into compettitive programming?

  • @tanyastaneva1500
    @tanyastaneva1500 6 лет назад +38

    Please do the radix sort :)

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

    You are amazing. That was hella fun! Thank you very much.

  • @Danacus
    @Danacus 6 лет назад +4

    Sorting algorithms! Something I was planning to do! I'm curious to see how the algorithms work.

  • @Vairoon
    @Vairoon 4 года назад +1

    Fast sort:
    until [done] do
    shuffle (not right placed)
    end

  •  6 лет назад

    and i thought sorting algos would be boring. but with these visualizations?! Damn, Imagination is the limit!

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

    You can probably use generators using the yield keyword to make the visualization of each step simple.

  • @rosslahive
    @rosslahive 5 лет назад

    How did I miss this one? Thanks for the video Dan

  • @DevinTyler_2
    @DevinTyler_2 6 лет назад +3

    YESSSS!!!!! Visualize ALL OF THE SORTS!

    • @陈瀚龙
      @陈瀚龙 6 лет назад

      Insertion, Merge, GO GO GO!

    • @Kiotiify
      @Kiotiify 6 лет назад

      ruclips.net/video/SJwEwA5gOkM/видео.htmlm36s Enjoy this clip from Sorting out Sorting....

  • @soparado3676
    @soparado3676 6 лет назад +3

    Great work Dan! Could you try to visualize the Radix Sort?

  • @beatalert123
    @beatalert123 5 лет назад

    Wow.... I have never ever seen someone using processing other than using it while programming an Arduino :D Took me back to college :D

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

    “Bubble sort is probably the least efficient sorting algorithm”
    Bogosort has entered the chat

  • @comocrearunacarpeta
    @comocrearunacarpeta 6 лет назад +9

    Soy de México y estoy estudiando la universidad, curso la carrera en Ciencias de la Computación, conocí tu canal hace no mucho tiempo y me encantó, eres increíblemente ingenioso y muy rápido, con una habilidad tremenda para programar, me la paso viendo tus videos pero mi nivel de inglés aún no es tan bueno como para entender todo lo que dices :(, ojalá que algún día exista un canal en español o yo aprenda bien inglés jaja, en fin quería decirte que incluso a hispanohablantes asombras con tus habilidades de programación. Éxito.

    • @tomborninger1752
      @tomborninger1752 6 лет назад

      David López González tengo classes en espanol.

    • @rafaelmorales1926
      @rafaelmorales1926 6 лет назад +6

      Let me translate for you guys:
      "I'm from mexico, and I'm studying in college computer sciences. I found your channel not so long ago and I loved it, you're really clever and fast, with a tremendous ability to code things. I spend a lot of time watching your videos but my english is still not so good to understand everything you say :(, hopefully someday there is an spanish channel like yours, or I learn english haha. Anyway I wanted to tell you amaze that even to spanish-speakers with your skills."

    • @Mumumuth
      @Mumumuth 6 лет назад

      面白い。。。

    • @T1MK1LL3R4LL
      @T1MK1LL3R4LL 6 лет назад

      HEROE!

    • @Mikenight120
      @Mikenight120 6 лет назад +2

      Yo tambien estoy estudiando en la universidad Ciencias en computadoras solo que estoy en Puerto Rico
      metele fuerte al ingles lo vas a necesitar mucho para la programmacion y las oportunidades que vas abrir al entender mejor el ingles con la programmacion

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

    these are so cool. like the energy is contagious and the teachin is so goood. thenkssssssss

  • @jeeaile5835
    @jeeaile5835 6 лет назад +2

    Awesome video from France !

    • @fabu4792
      @fabu4792 6 лет назад

      BON JOOR MISS SURE. COMA SA VA!

  • @davidbuzatto
    @davidbuzatto 6 лет назад

    A pretty nice thing to try is to implement some kind of temporal control, so you can go forward or backward in the sorting process. Give it a try 😊

  • @PatoPlayGames
    @PatoPlayGames 6 лет назад

    making framrate higher wouldnt be better? Or it wont work?

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

    I've seen Cube Sort and then there's Slowsort.
    Both were interesting.

  • @deepakpandey9406
    @deepakpandey9406 5 лет назад

    This guy is crazy but one of the best tutor 😎

  • @torrin4615
    @torrin4615 5 лет назад

    I spent like 3 hrs in js trying to do the same thing even before I saw this video

  • @t74devkw
    @t74devkw 5 лет назад +2

    Do you plan you continuing these series? It's so helpful

  • @astrotoaster5555
    @astrotoaster5555 6 лет назад +1

    Please do a video of the quickest sorting method, with this same format please

  • @MarkoFire123
    @MarkoFire123 6 лет назад +2

    Queen of sorting!

  • @ravencircles4611
    @ravencircles4611 6 лет назад

    I did this on a 3ds in 20 minutes these sort algs are fun

  • @firephoenix5556
    @firephoenix5556 5 лет назад

    somehow, there's something so magical about you saying "I just sorted this with a bubble sort"

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

    Bubble Sort is not the worst, that goes to Bogosort, whose Big O notation is "(n + 1)"! [the reason is because it randomizes the order of the list until it is sorted]

  • @danielettrup3002
    @danielettrup3002 6 лет назад +69

    Background(0) ?? Er you okay Daniel? Why not 51?

    • @TheCodingTrain
      @TheCodingTrain  6 лет назад +19

      haha!

    • @4pxris3
      @4pxris3 6 лет назад +7

      @@TheCodingTrain uhh i cringe everytime someone puts a exclamation mark at the end of haha or xd.

    • @danielettrup3002
      @danielettrup3002 6 лет назад +13

      haha xd

    • @blinzi69
      @blinzi69 5 лет назад +1

      this comment has 51 likes lmao

    • @muranki1293
      @muranki1293 5 лет назад

      @@blinzi69 I wouldn't want to ruin that

  • @JinTsen
    @JinTsen 6 лет назад +10

    Why is this video not listed?
    anyway, the growth isn't exponetially, it's quadratic or polynomial, more generally speaking.

    • @TheCodingTrain
      @TheCodingTrain  6 лет назад +8

      Ack, I always make this mistake, thank you for pointing it out. I'll add a note to the description. (I leave videos online and unlisted for a bit while I prepare captions etc. I like to release only one video per day but happy for people to find them in advance.)

    • @JinTsen
      @JinTsen 6 лет назад +1

      I see, thanks for the explanation :)

  • @ageklopstra6153
    @ageklopstra6153 6 лет назад +5

    More sorting videos please!

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

    What's this treasure I've stumbled upon

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

    Stalin sort:
    Go through the list, and simply delete elements which are out of order.
    Your array is now sorted.

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

    This guy is a legend.

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

    How long the sort takes depends on the values. If they are already mostly I'm order a bubble sort can complete in only a few passes. Use the correct sorting algorithm for your data.

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

    Timsort. It's the main sorting algorithm used by Python and Java now.

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

    10:00 you don't need j, you just need i. then just have a boolean saying if everything is sorted, then just end it if that boolean is true (it is sorted)
    every time you check if it is sorted, if you didn't have to swap then keep it true, but if you had to swap then make it false, and when you reset i to 0 check if sorted is true, if it is true then you didnt have to swap anything and it is all sorted, but if it is false, then set it to true and go over the array again

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

    making videos super interesting, cool guy, we really had enjoyed your videos.

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

    This dude reminds me of professor from movie where he decode some alien invasion plan. Same level of hype

  • @Muhammad-sx7wr
    @Muhammad-sx7wr 4 года назад

    *I'm happy to say I was able to independently discover the bubble sort algorithm. Too bad I was so late to the game.*

  • @mickyr171
    @mickyr171 6 лет назад +6

    I really really want to see you do Delaunay triangles Daniel, easy as on paper, not so easy in programming lol

  • @Molenkof
    @Molenkof 6 лет назад +10

    03:57 shirking my actual responsibilities to go watch another coding train video...

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

    That swap function is one of the reasons Python is the best.

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

      Why, you ask? Because swapping two values in Python is:
      a, b = b, a

  • @Raikuthedragon
    @Raikuthedragon 5 лет назад +1

    The buble sort is one of the easiest to code. I already coded it once :).

  • @Morpheus396
    @Morpheus396 6 лет назад +1

    Oh how I wish this was available when I did sorting algorithms last year! Great vid.
    *Ps I'm a proud owner of a copy The Nature Of Code :)

  • @mohanish35
    @mohanish35 6 лет назад

    My worst nightmare would be to open RUclips and don't find this channel.

  • @Qwentar
    @Qwentar 5 лет назад +1

    Why, in your sorting segment, do you repeatedly declare new floats a and b, assign them adjacent values from the array, then compare a and b? Why not just compare values[i] and values [i+1]?

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

    I just started learning to code two days ago and I made a program that does the exact same thing as this in only 36 lines of code
    (it took all day)

  • @nithinsravan596
    @nithinsravan596 6 лет назад

    Awesome!!! Man love your channel 🔥😁

  • @codeforest9027
    @codeforest9027 5 лет назад +4

    As I goes up...
    My grammar instincts kick in

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

    How do you make everyone laugh even while coding.

  • @paulz.6162
    @paulz.6162 6 лет назад +1

    I'd love to see this done for Radix or Bucket Sort

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

    Could you do more of these videos where you visualise different sorting algorithms since I really cannot find anyone explaining them. Radix/pigeonhole or something would be very cool

  • @CutyCupy
    @CutyCupy 6 лет назад +1

    I would love to see a visualization of Radix Sort (hopefully its called radix sort in english aswell) :D

  • @aissagasmi4144
    @aissagasmi4144 6 лет назад +6

    i lik your explication method it is amazing ...no boring thnx