Recursion in 2 Minutes

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

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

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

    You've been targeting really key topics and explaining them in a very simple way, I'm glad I found this channel. I'm definitely waiting for those in-depth videos on the different data structures and algorithms! 👍🏻

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

      Thanks! I’m excited to keep producing content that helps!

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

    I'd like to see a video on the advantages vs. disadvantages of using recursion! Thank you for the amazing videos always!

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

      Thanks! I’ll definitely tackle that in a video!

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

      ​ @Codebagel Thank you! Me too. I'd like to see the video as well

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

    yeah we are waiting for the recursion pros and cons videos...you are doing really great content

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

      Thanks so much Besher! I’ll get that video added to the queue for when I do a more in-depth recursion video.

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

    better than most profs! best channel ever

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

    Wah! Swaad aa gya bhai itni aasani se explain kar diya.
    Thanks for this Amazing video which explain recursion very easily.

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

      Thanks for watching! :)

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

      @@Codebagel ❤️

  • @marc-andrebrun8942
    @marc-andrebrun8942 7 месяцев назад

    language like LISP, scheme, racket, ... are just a big double recursion between "eval" & "apply"; (one to deal with syntax, the other one to give the meaning or the semantic);
    and they don't exhaust the system stack because they're smart enough to implement the "tail recursion", which use always the same stack frame instead of growing at each calls.

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

    Just found your channel and love your videos. Id love to see a more in-depth recursion video if you can find the time. Really interested in pros/cons compared to iteration

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

    I would love to see a long video on recursion

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

    Thank you so much!

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

    Благодарю🙏

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

    Love your channel ❤

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

    Great video! I have a question since you said iteration effectively does the same thing as recursion in some languages. But is one method generally more efficient than the other in terms of execution time or memory used?

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

      Couldn’t have said it better than Crow, especially that ending bit.

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

    Hey, I really like your channel!! But I do have a little question. I have just graduated from school in Germany with a 3.9 GPA. I‘m going to study CS in an average university in my hometown but I try to make some experience abroad, (also doing my master at a top university). I will always try to get good grades. Then, how likely is it to get a job at FAANG? And of course I will do internships, but do I have to go to e. g. Stanford? Thanks for your help! 😊

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

      Hey, thank you for the kind words! In terms of getting a job at FAANG, truth is, your grades/school won’t matter that much. The most important thing is software engineering experience (internships), and then after that, personal projects that show your skill-level and passion for coding. So no, you don’t have to go to Stanford or any specific university; in fact, some people land jobs at FAANG without a degree at all!

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

    Thanks RUclips algorithm

  • @user-ld8lc4ex4m
    @user-ld8lc4ex4m 9 месяцев назад +1

    and then u get maximum recursion error lol.

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

    Is it realistic to get an FAANG-type internship after your first year of a CS degree?

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

      No. Most FAANGs won’t even look at your resume if you’re a first-year. Instead, there are first-year training programs that FAANGs offer. Check out Google STEP. It’s an example.

    • @AlejandroLopez-kk9vu
      @AlejandroLopez-kk9vu 2 года назад +2

      @@Codebagel YOU ARE GREAT! THANK YOU

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

      @@AlejandroLopez-kk9vu thank you so much for the kind words!!

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

      @@Codebagel Thanks 😊🙏🙏

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

      @@Codebagel I‘m glad to say that I know a Palantir employee who offered me a refferal. He ment that it‘s typical to do the first internship after two years of your bachelor.