Intro to Competitive Programming

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

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

  • @Junferno
    @Junferno  2 года назад +1242

    Corrections:
    - [Visual error at 6:02] "Ultrecht" should be Utrecht
    - [Visual error at 10:32] Shortest path from A to C should be ADC, yielding a distance of 1+7=8, making the total distance from A to C to E: 8+12=20

    • @chamberofhope
      @chamberofhope 2 года назад +55

      Honestly to most people (me) half of the video sounds like radio noise only changing when you randomly mention some stupid joke that makes me spit my drink so I don't think you have to be that worried.

    • @peatral
      @peatral 2 года назад +91

      Also: A Priority Queue is not a list that sorts itself, it is a queue that always returns the element with the highest priority next (usually the lowest value in a list of numbers). As a matter of fact, PQs usually get implemented using a Min-Heap (which, by keeping the heap invariant true, has always the lowest element as its root). Important to understand is that a PQ is not a list but a queue (a First-In-First-Out data structure which makes it impossible to do index calls) and is not (fully) sorted but only gives back the element with the highest priority / lowest value. Of course you can easily implement it by sorting a list once an element has been added but that is usually not how it is done because the computational overhead it generates for the little (to no - in a PQ we don't care about any other element than the next) benefit it gives us. Operating on a large dataset this can significantly affect the performance.
      You based your explanation on your implementation and while the implementation of course works the explanation of a PQ is wrong. Just something I wanted to mention but other than that, nice video as always!

    • @Junferno
      @Junferno  2 года назад +81

      @@peatral Thanks! Clarification footnoted.

    • @peatral
      @peatral 2 года назад +10

      @@Junferno Nice, that is a really good footnote!

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

      Me when dutch

  • @staykarbine
    @staykarbine 2 года назад +2820

    Can't believe I got baited into watching an informative video just because it had a picture of Misato on it

  • @Ceviche4K
    @Ceviche4K 2 года назад +6423

    He completely lost me when he started explaining that 2D array thing, but then he put Rei Evangelion in the video and completely won me over

    • @pierce9019
      @pierce9019 2 года назад +86

      2D arrays are great! 3D arrays are even more awesome. It's not as complicated as it seems.

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

      same

    • @kakyoindonut3213
      @kakyoindonut3213 2 года назад +123

      I like it when she appears and says her catchphrase "it's rein' time!" And fires a deadly rays of gamma radiation

    • @zyrgr2940
      @zyrgr2940 2 года назад +7

      @@kakyoindonut3213 hilarious and original

    • @QWERTY-gp8fd
      @QWERTY-gp8fd 2 года назад +7

      @@zyrgr2940 ironic

  • @nark4837
    @nark4837 2 года назад +3659

    This video should be renamed from "Intro to Competitive Programming" to "Overexplaining Dijkstra's Algorithm"

    • @eigenenvy9371
      @eigenenvy9371 2 года назад +310

      The title and the content of the video together perfectly captures what it's like to be a first-year CS student.

    • @____-gy5mq
      @____-gy5mq 2 года назад +10

      you mean uniform cost search

    • @KaosFireMaker
      @KaosFireMaker 2 года назад +98

      "Overexplaining Dutch Geography"

    • @prashantd6252
      @prashantd6252 2 года назад +10

      He must be a fan of Neil Degrasse Tyson!

    • @Entropy67
      @Entropy67 2 года назад +21

      "Overexplaining ____________ Algorithm" = second/first year cs classes lmao

  • @RTDelete
    @RTDelete 2 года назад +986

    "this is a list of Kirby antagonists"
    ...
    "Stable marriage"

    • @elwan_
      @elwan_ 2 года назад +84

      Stable marriage, the biggest Kirby antagonist.

    • @beefax
      @beefax 2 года назад +26

      russian peasant

    • @kabliss4111
      @kabliss4111 2 года назад +21

      Link cut tree.

    • @kabliss4111
      @kabliss4111 2 года назад +12

      Or just Z

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

      @@kabliss4111 that sounds like a Zelda speedruning technique

  • @ChompDude
    @ChompDude 2 года назад +2716

    They asked me how well I understood theoretical computer science. I said I had a theoretical degree in computer science. They said welcome aboard.

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

      lmao

    • @Justhappydog
      @Justhappydog 2 года назад +41

      New vegas, love it!

    • @LunizIsGlacey
      @LunizIsGlacey 2 года назад +113

      A "theoretical degree" lol ha.

    • @jinanren2026
      @jinanren2026 2 года назад +28

      u have a degree in theory huh, well that's professional enough! like, haggle your way out the coding interview, maybe!

    • @hithere640
      @hithere640 2 года назад +11

      Newsflash: Fantastic is irreplaceable.

  • @58209
    @58209 2 года назад +698

    i immediately love your videos more for taking a brief moment to list the cons of the VPN you used to counter the unintentional endorsement of non-sponsored product use.

    • @oreos3174
      @oreos3174 2 года назад +18

      me too, I actually paused to read them all

  • @be7256
    @be7256 2 года назад +286

    an evangelion themed competitive programming video
    made for me honestly

    • @nixel1324
      @nixel1324 2 года назад +29

      It even has Touhou music to match your profile pic!

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

      @@nixel1324 who's on the profile pic?

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

      ​@@burnedpizzacrust1199 Marisa Kirisame, probably the closest Touhou has to a central protagonist after Reimu.

  • @hayatotaichi1384
    @hayatotaichi1384 2 года назад +444

    I love this kind of low-budget, high-humor videos
    also
    He explained it very intuitively

    • @abhijeetas7886
      @abhijeetas7886 2 года назад +20

      there is something charming about videos made on a not so big budget. but with a lot of effort

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

      I also love no money high funny videos

  • @holthuizenoemoet591
    @holthuizenoemoet591 2 года назад +2042

    as a Dutch I'm impressed with the pronunciation of these dutch cities, given Dutch is next to impossible to pronounce.

    • @youreyesarebleeding1368
      @youreyesarebleeding1368 2 года назад +71

      Every time I hear it, it makes my mouth feel weird because i'm imagining a muscle spasm in the roof of my mouth

    • @776Mine
      @776Mine 2 года назад +41

      just do the hard G and you’ve got the entire language down

    • @iXenox
      @iXenox 2 года назад +39

      As a non Dutch I will disagree, others failings to pronounce something might be because the people you are using for examples are English.
      The english language kinda sucks for pronounciation.

    • @groetjesuitdehel
      @groetjesuitdehel 2 года назад +26

      @@unclassifiedsignal it is, we just learn to connect different sounds to the same letters.

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

      And when ya used to it it takes ages to learn any other language ever

  • @Vyp256
    @Vyp256 2 года назад +146

    I should have expected the end but it somehow took me by surprise

  • @JimmyJonJillakers
    @JimmyJonJillakers 2 года назад +430

    I like to imagine Jun got IP banned from CodeForces for playing Bad Apple on their verdict page

    • @aourt
      @aourt 2 года назад +72

      he probably did 💀

    • @PurpleSpiritFoxFire
      @PurpleSpiritFoxFire 2 года назад +9

      It was worth it tho😂😂

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

      wait....how can he playing bad apple in the verdict page?? is there any some system that we can use??

    • @PurpleSpiritFoxFire
      @PurpleSpiritFoxFire 2 года назад +5

      @@arolimarcellinus8541 I just say what i see and am not knowledgeable about playing bad apple on anything...i think he just makes each frame with rows of text that instead of pixels use characters to make the frame. You can probably see the code when he ctrl+v it in there.

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

      @@PurpleSpiritFoxFire About what he show at the end, it's most probably just javascript on his client side, as the timestamps stay constant (and the update is too fast compared to the start update time). But that would probably just be for the gag at the end of the video and not the actual attempt that made him banned, as it don't send anything to the server

  • @weirdcreature9928
    @weirdcreature9928 2 года назад +224

    I can't believe you tricked me into reliving my algorithms and data structures class

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

      All it took was anime

  • @WeAreFailsProduction
    @WeAreFailsProduction 2 года назад +318

    As someone who finished up algorithms as one of my final courses out of college, this would have been a great video to show to our class on Dijkstra's.

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

      You do them in final course? Our mf prof. just taught us C and went straight to Narasimha Karaumachi's DSA book.

    • @Error_code_1001
      @Error_code_1001 2 года назад +5

      everyone would pay attention when the rei part would come on

  • @equalturtle
    @equalturtle 2 года назад +126

    0:29 I love how you translated this sentence to specifically Chinese Russian and Polish, this describes the top competition pretty well

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

    Amazing pronunciation on everything, even "VM7WC".

  • @martinsebor9933
    @martinsebor9933 2 года назад +38

    I always wanted to learn about competitive programming!
    now i want to forget

  • @nullinullinullifi
    @nullinullinullifi 2 года назад +164

    6:51 the amount of whiplash between these two sentences is too much lmao. I love it

    • @alizzz255
      @alizzz255 2 года назад +12

      I was so lost at that point that I didn't even notice it lmao

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

      Instead of the Gorilla Basket problem. This is the Programming Rei McDonalds problem.

  • @dingalong14
    @dingalong14 2 года назад +73

    Somehow the consistent Bad Apple endings manage to keep surprising me. I may have developed early-onset dementia since becoming a viewer.

  • @saga8484
    @saga8484 2 года назад +49

    7:45 When he started listing the algorithms, I was surprised by the amount of algorithms I never knew. Then I heard “Fecto Elfilis algorithm” and realized “wait.. that doesn’t sound right”

  • @delayed_control
    @delayed_control 2 года назад +44

    The entire explanation of the Dijkstra's algorithm was done in a way that maximized Jun's ability to flex his Dutch pronunciation.

  • @i-win
    @i-win 2 года назад +1285

    Competitive programmers realizing their entire livelihood consists of only inverting binary trees 💀

    • @arsenypogosov7206
      @arsenypogosov7206 2 года назад +75

      Never in my competitive life have I inverted binary trees

    • @LavaSaver
      @LavaSaver 2 года назад +312

      @@arsenypogosov7206 You are in denial.

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

      funny fast kirby man !

    • @austinscott4695
      @austinscott4695 2 года назад +20

      Looks like you have never did competitive programming.

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

      L

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

    Bro just randomly threw Touhou soundtrack in. LOVE IT

  • @remarkablysquare3216
    @remarkablysquare3216 2 года назад +96

    My dad went to a very small university in Canada and was on the programming team
    They actually ended up going to the world championship in Hawaii and beat schools like MIT and Harvard
    I never knew much about how it actually worked so this was a very nice way for me to be able to appreciate his achievements a bit more
    He is still probably the smartest person I know
    Thank you for the great video

    • @gerrardandeminem
      @gerrardandeminem 2 года назад +9

      He must be crazy smart cuz this is actually extremely intellectually difficult feet to accomplish

    • @isaac10231
      @isaac10231 Год назад +5

      You should probably pick up programming you might have a gift for it too.

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

      Is it Waterloo?

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

      @@khoiduongminh5111Waterloo isn’t small

  • @Some_Awe
    @Some_Awe 2 года назад +20

    "The other city in the netherlands" 😂😂 funniest way to avoid saying groningen

  • @DMurdock
    @DMurdock 2 года назад +18

    I was on my university’s first real programming team. There were so few people interested that we didn’t even have to try out. We just volunteered and we were instantly on the team. We didn’t have enough time to learn all the relevant algorithms so my position on the team was to solve problems that nobody knew the algorithm for lol. I remember one of my ad hoc solutions being too slow for the judge so we wrote code that printed out a C array of the first 100 primes. Then we took that array and hardcoded it into the solution to reduce the final processing time.

  • @jlco
    @jlco 2 года назад +43

    "This is a list of Kirby antagonists, actually."
    Three seconds earlier: "Stable Marriage"

  • @TheDwarvenDefender
    @TheDwarvenDefender 2 года назад +32

    Dickstroke's Algorithm was the thing that broke my brain when I tried to program it for my class and I didn't understand it before I came across this video. Now, after watching this video, I still don't understand it. Thanks, Junferno!

  • @Suzumi-kun
    @Suzumi-kun 2 года назад +9

    that dijkstra example is exactly how my professor explained it (at utrecht university no less)

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

    Not sure what Misato has to do with this but I’m glad she’s here regardless

  • @zhxn9210
    @zhxn9210 2 года назад +5

    Currently preparing for British Informatics Olympiad this year, I open RUclips and see new Junfero competitive programming video with anime woman in thumbnail, nice algorithms very cool

  • @Tomentos
    @Tomentos 2 года назад +10

    Glad you managed to put Bad Apple in again.
    I felt it's abstinence in the last video.
    10/10

  • @rohananthwal2527
    @rohananthwal2527 День назад

    that shortest path with longest middle edge is a very informative problem nicely explained

  • @konstantinsotov6251
    @konstantinsotov6251 2 года назад +7

    I SHOULD HAVE EXPECTED "IT" AT THE END

  • @leroymilo
    @leroymilo 2 года назад +20

    As a competitive programming nerd who took part in the Sud West European Regional Contest for ICPC of last year (my team lost, since we're not Russian), I can attest that this video is truthful, and also that competitive programming is a great source of -frustration- satisfaction.

  • @ojojostar671
    @ojojostar671 2 года назад +10

    the final problem reminds me of that way of decrypting a decryption key with only one one pair of encrypted/decrypted messages. instead of randomly guessing 100 different consecutive decryptions (a already encrypted encryption is recrypted several times to increase security) in order to find the proper decryption key, one can instead guess 50 decryptions on the encrypted message and do 50 reverse encryptions on the decrypted message and meet in the middle and compare all of the different half decrypted keys and see which ones match. Because the time needed to break an encryption increases exponentially with every layer of encryption, decreasing the time needed from t^100 to 2*t^50 where t is the time to guess a single layer of decryption is an extremely effective method. Thus, it is also extremely hard to have 2 middle points instead of 1 because there is no secure launching point to 'save progress'.

  • @AkwardDummy
    @AkwardDummy 2 года назад +15

    How is He putting so much information into my brain so fast. This video is 12 minutes long, and I feel like I've watched 1 hour long video essay.

  • @capitaopacoca8454
    @capitaopacoca8454 2 года назад +11

    Before the video, I didn't know anything about competitive programming. Now that I've watched this, it's just as before. Thanks for explaining.

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

      Yep 100% agree.

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

    "Intro to Competitive Programming"
    *Casually starts explaining Dijkstra's Algorithm

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

    The bad apple surprise ending caught me off guard

  • @Haimi-fv5xj
    @Haimi-fv5xj 2 года назад +5

    I clicked on your video because the thumbnail has to be the most eye catching thing ever. What does misato have to do with competitive programming? I‘ve seen it now and I am unable to turn down my urge to get an answer for the question. Props to that. Genius.

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

    10:26, it feels like the moment where the manga protagonist is revealing how he won at the end of the battle.

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

    The oneshot music was a pleasant suprise. Watching this on the world machine edition launch day.

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

    Very nice surprise to see my country in your vid. Your pronounciation is on point! Having been to all these places myself I guess I have to agree with you :D The dijkstra guy kinda reminds me of walter white for some reason

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

    MY GOD THIS MELTY SOUNDTRACK SOLD YOUR VIDEO TO ME

  • @murilopedroza5451
    @murilopedroza5451 2 года назад +5

    I love how your videos have the power of curing my depression even though I've literally never coded anything in my entire life

  • @evengaylion.9527
    @evengaylion.9527 2 года назад +6

    Wow this sure would've been helpful in my first ever competitive programming contest last week wow truly a crazy world am I right

  • @nitromegamer100
    @nitromegamer100 2 года назад +12

    Wow! I'm now motivated to become a competitive programmer with absolutely no skills in programming. Thank you for letting me see the other side of the window

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

    It was interesting to learn what Rei Evangelion would look like while working at McDonald’s. Very helpful and educational video, thanks!

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

    I am fuckin SCREAMING at the ending, Juneferno strikes again

  • @muha0644
    @muha0644 2 года назад +7

    I literally spaced out listening to flowering night. You really need to add more obscure touhou references.

  • @gamsulIah
    @gamsulIah 11 месяцев назад +3

    I am a simple man. I see Misato. I click on it.

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

    I can say I was not expecting to hear blood drain again in the first 10 seconds of the video

  • @Ristive
    @Ristive 2 года назад +28

    Crazy how you made a video on competitive programming as soon as I started getting into it

    • @31redorange08
      @31redorange08 2 года назад +6

      Did you watch it? This was more a video on Dijkstra.

    • @rhetorical_
      @rhetorical_ 2 года назад +6

      he lives in your walls

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

      @@31redorange08 I just saw the video name and the first few seconds, I was still in school when the video was uploaded

  • @christopherscaramella1928
    @christopherscaramella1928 2 года назад +295

    10:32 Is it just me or is the shortest path from A to C in this example clearly ADC, or 8 instead of 9?

    • @31redorange08
      @31redorange08 2 года назад +9

      Just you. Alien.

    • @omniladdrr6899
      @omniladdrr6899 2 года назад +42

      @@BGP00 it's impossible in real world but he's clearly right if you use the graph

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

      @@BGP00 ​ you can’t go from A to C directly here

    • @ArbitraryCodeExecution
      @ArbitraryCodeExecution 2 года назад +9

      @@omniladdrr6899 its not impossible, the line doesnt represent a straight path

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

      @@ArbitraryCodeExecution fair enough

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

    I didn’t really understand this video when it first came out but now but now it finally makes some sort of sense. I was learning about weighted graphs in data structures and algorithms today and instantly remembered this video

  • @davidguthriemusic
    @davidguthriemusic 2 года назад +7

    i understood less than usual and laughed more than usual, banger video thank you Junferno 🙏

  • @yakkuuu
    @yakkuuu 2 года назад +9

    now im a god thank you junferno

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

    I HEAR THAT ONESHOT MUSIC you cant hide it from me by speeding it up i can hear it all

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

    spotify started playing susser tod near the end of the video and i only realized it wasn't part of the video when the video stopped but susser tod did not.

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

    U tricked me into graph theory

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

    > Misato Thumbnail
    > Unist ost in the beginning
    > Programming
    You my good sir, deserve the world

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

    My favorite Kirby antagonist, Suffix Automata 2.

  • @ictoan1880
    @ictoan1880 2 года назад +6

    As someone that lives uncomfortably close to birmingham, I can confirm that there is no reason to go to birmingham. Also props for pronouncing it correctly

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

    Thats a whole new level of educational shitposting

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

    you really put Misato Katsuragi on the thumbnail and I clicked for that but stayed for the content.

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

    your dedication to the bad apple meme is commendable

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

    If you were wondering what song plays at the beginning of the video with the radical violin it's Blood Drain - again - by Raito, it's on Spotify and I was stoked to hear it in this video

  • @zelenogorsk.
    @zelenogorsk. 2 года назад

    Wasn't planning on watching this video but the thumbnail won me over

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

    Congratulations you made something simple sound complex.

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

    You did prett well pronouncing those dutch cities. Definetly better that most non-dutch speakers.

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

    Cool video! Honestly learning all the graph + sorting algorithms seems fun

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

    I'm so angry rn because of the ending. I expected it from the very beginning but this only made me more furious

    • @LC-hd5dc
      @LC-hd5dc 2 года назад

      stay malding

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

    firstly I would like to wish you well and to say a huge thank you for uploading these videos as they have been an invaluable resource to

  • @hienvo-ll3lr
    @hienvo-ll3lr 2 года назад

    First time to your channel and I accidentally got an explanation of the Dijkstra's algorithm. Came for the thumbnail, stayed for the informative tutorial (can I call it a tutorial though?). Anw, thank you and can't wait to see more videos like this.

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

    i was worried there wasnt gonna be a bad apple this time. absolutely relieved

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

    New favorite channel. Delivery is art

  • @early2000skid
    @early2000skid 2 года назад +6

    My climb to grand master coder begins here

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

    I signed up for an upcoming programming competition and boy am I fucked,....

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

    also an interesting form of competitive programming: code golf, where it doesn't matter how fast you are, just how many bytes of code you have

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

    Your videos are quite often the highlight of my day

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

    "An idiot admires complexity, a genius admires simplicity, a physicist tries to make it simple, for an idiot anything the more complicated it is the more he will admire it"

  • @waaromniet3468
    @waaromniet3468 2 года назад +5

    you spent so long debating how to get to Groningen you never considered if you should

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

    great video, can't wait to come back to it in two weeks when my professor finally teaches us about djikstra's algorithm

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

    6:00 "There is no reason to go to Birmingham, [..] [neither] in the scope of this example." That burn ouch

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

    Loving these videos. Hope you keep making more

  • @thisisntthefirsttime
    @thisisntthefirsttime 2 года назад +28

    this unironically inspires me to take up competitive programming just so i can flex how many niche and useless algorithms I can memorize

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

      you are not the same person after learning DSU

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

      @@the_cheese_cultistlol, sure you are

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

    Thanks for your easy to follow explanations, one step at a ti. It makes learning less overwhelming!

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

    Nice video, finally i can add in to my resume 10y competitive programing experience

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

    Your pronunciation is... Excellent. Very respectful to learn it!

  • @IlovecatssssOUO
    @IlovecatssssOUO 2 года назад +9

    Was watching this in my computer science class
    I can confirm this is way more interesting

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

    oh i defintely can't leave this one on the background

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

    I've been waiting for this kind of video for a really long time.

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

    gettin hit straight outta the gate with eltnum's theme made me leave a like. gonna go watch the rest of the vid now

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

    BROTHER, YOU ARE THE BEST!!! You oooh really helped me!! THANK YOU VERY MUCH!

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

    HAHAHAHAHA I laughed a lot when you started showing the algorithm names, good video!

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

    Great style. Excited to see your next video.

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

    I was momentarily distracted at the commendable attempt to pronounce Utrecht correctly!

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

    I am very glad that I stumbled upon your video

  • @coatsoup
    @coatsoup 2 года назад +23

    I love how almost all competitive programming discussions just devolve to graph theory and Birmingham.