Queues in 3 minutes

Поділитися
Вставка
  • Опубліковано 8 чер 2022
  • Queues in 3 minutes.
    Code: github.com/msambol/dsa/blob/m...
    Sources:
    1. Introduction To Algorithms, Third Edition (CLRS) [www.amazon.com/Introduction-A...]
    2. wiki.python.org/moin/TimeComp...
    LinkedIn: / michael-sambol

КОМЕНТАРІ • 32

  • @MichaelSambol
    @MichaelSambol  2 роки тому +13

    I pronounced collections.deque wrong. It's "deck" not "de-queue."
    Thank you, @Herbal7ea!

    • @LucasPuskaric
      @LucasPuskaric 2 роки тому

      I never knew that! Nice

    • @abx4t
      @abx4t Рік тому +1

      Your pronunciations are both correct, depending on region and preference.

    • @Rob-J-BJJ
      @Rob-J-BJJ 8 місяців тому

      tomato potato my boi

  • @haswanthsankar6639
    @haswanthsankar6639 Рік тому +97

    Pov : You are pulling an all nighter

  • @solszym
    @solszym 2 роки тому +14

    Hello Micheal!
    I have just stumbled upon your videos from 10 years old and it seems like you have recently started to continue creating videos like this! Those videos always carry an essence of the problem. Please keep uploading!

  • @SOHAMSARADE-vn6gv
    @SOHAMSARADE-vn6gv 8 місяців тому

    Amazing content 🤘🏻💯
    Great channel for quick revision of concepts😇😇
    Keep going 👊😁

  • @leenalshouaibi9563
    @leenalshouaibi9563 3 місяці тому +1

    Amazing thanks!!

  • @hariomsutar
    @hariomsutar Рік тому +2

    You are awesome 👌

  • @Chaos1king
    @Chaos1king 9 місяців тому +2

    Amazing i instanzly understood that somehow

  • @dirk3494
    @dirk3494 2 роки тому

    The return of the king.

  • @thecoconutkid8416
    @thecoconutkid8416 2 роки тому

    My guy, you should definitely do some more topics like drawing NFAs => DFAs, LR(1) parsing automatons => LALR(1) parsing automatons. just finished my languages course and had to rely on some random terrible videos to study. :^)

  • @Daniel___8728
    @Daniel___8728 24 дні тому

    Stay positive and let that smile light your way.

  • @lydiamiller7910
    @lydiamiller7910 2 місяці тому

    This helped me, thank you!

  • @oddassembler
    @oddassembler 2 роки тому +8

    It is so random to be doing this suddenly after so long. What is behind the spur of the moment motivation?

    • @MichaelSambol
      @MichaelSambol  2 роки тому +13

      I got lazy. There's a lot more I want to make. Thanks for sticking with me. 🤙🏼

    • @linccodes
      @linccodes 2 роки тому

      @@MichaelSambol love your honesty ❤️

  • @herbal7ea
    @herbal7ea 2 роки тому +6

    Good video, simple and straight to the point. Just one suggestion: deque is pronounced "deck" and not "de-queue". It's a different data structure than queues, but using it in your queue is great for performance, as you say.

  • @abx4t
    @abx4t Рік тому +3

    I think it is critical to also mention Peek. My professor also hasn't mentioned it, and in my opinion, it is critical to using a queue. I can hardly imagine a queue that doesn't use it.

    • @MichaelSambol
      @MichaelSambol  Рік тому +2

      challenge for you :) add a PR implementing it on the repo: github.com/msambol/youtube/blob/master/data_structures/queue.py

  • @l_sx8722
    @l_sx8722 2 роки тому +1

    Hi, could you make a video about binomial heaps?

  • @nataliaguizada7705
    @nataliaguizada7705 Місяць тому

    😿 una pobre latina en Italia que trata de entender las colas después de un día entero confundiendose, en fin gracias ❤

  • @Freez.F
    @Freez.F Рік тому

    10-4

  • @funky-twig
    @funky-twig 2 місяці тому

    Your back pointer is in the wrong place, it should start at the same place as the front pointer