Komentáře •

  • @rafihasan7787
    @rafihasan7787 Před 7 měsíci +9

    🚀 Hey The Odin Project Stars! 🚀
    Shoutout to the Extra-Mile Explorers! 🌟 Your dive into additional content sets you apart. 💻✨ Remember, every extra code line is a step towards brilliance. 💪 Keep pushing, keep coding, you're building something extraordinary! 🚀👩‍💻 #

  • @melasonos6132
    @melasonos6132 Před 2 lety +7

    The style reminds me of late 70's / early 80's VHS. Love it.

  • @sriharshacv7760
    @sriharshacv7760 Před 2 lety +13

    First 2 cases are like 5th grade. The last one (Towers of Hanoi) is directly at 10th grade. While I can feel that this process solves the problem, I am not able to digest how exactly it solves. I might need to run through the cases more no. of times to solve it intuitively. It involves so many swapping of roles and resolving the problem again and again. If this question turns up unprepared in an interview, I can kiss the job good bye if I didn't prepare for it in advance.

    • @EL_WAFI_CHERKAOUI
      @EL_WAFI_CHERKAOUI Před 8 měsíci

      so how did it went ?

    • @GrantH2606
      @GrantH2606 Před 5 měsíci

      Yup there's just no way I could solve the last problem intuitively

  • @patra_amit
    @patra_amit Před 6 lety +14

    Great way to explain codes, thank you.
    Do more videos like this

  • @adiflorense1477
    @adiflorense1477 Před 2 lety

    Awesome explanation. Thank you

  • @nicolaswolyniec1354
    @nicolaswolyniec1354 Před 6 lety +5

    the best explanation for the tow problem that I found!

  • @kunexpected
    @kunexpected Před 7 měsíci +3

    No comments from the odin project community. Feel yourself ahead. Still long way to go

  • @Mareritt
    @Mareritt Před 8 lety +17

    Maybe it's the example of the problem that's used, but the cereal solution frustrates me to no end.
    You cannot subtract or divide an undefined number.
    When a bowl of cereal is poured, the amount of spoons it will take to empty the bowl is unknown and can easily vary with the size of bowl, the size of the spoon, and even the type of cereal.
    Therefore, you should not check a numerical value (especially since most compilers cannot subtract from an undefined integer), but rather use a boolean to check to see if bowl is empty or not.

    • @Ryokans
      @Ryokans Před rokem

      You are making assumptions though; the amount might be defined by the user's input; they decide how much they add into the bowl. If we are being literal and the implementation involves a robot, then the 1 bite could be measured using a type of sensor, for example 1 scoop = 1 bite, or weight, etc. I do agree using a boolean could also be an approach to solve the problem.

  • @saurabhsuman9561
    @saurabhsuman9561 Před 5 lety +4

    Wow what a great explanation truly amazing

  • @Frankb1927
    @Frankb1927 Před 8 lety +31

    Now, you have to wash 6 bowl. Lol

  • @karnabudhathoki5311
    @karnabudhathoki5311 Před 5 lety

    I used to do the same thing without even knowing this....Simple Example that I did....2+3=5 That means 5-2 equals 3 And 5-3 equals 2...I used these types of scenarios to solve complex problems....See how that behaves in known simple scenarios.....

  • @movieguy7398
    @movieguy7398 Před 6 lety +1

    what about chewing and swallowing the food?

  • @szczypawa
    @szczypawa Před rokem

    3:55 smartest recursion enjoyer

  • @movieguy7398
    @movieguy7398 Před 6 lety

    count number of letters(y). do -x and +x routine y times.

  • @adiflorense1477
    @adiflorense1477 Před 2 lety

    3:39 oh this is called a recursion function huh

  • @MarkusBurrer
    @MarkusBurrer Před 3 lety +2

    The women eats a bite, the computer eats a byte ;)

  • @talkartoons
    @talkartoons Před 5 lety +2

    I thought this was for programing in BASIC, not basic programing. lol

  • @neves69
    @neves69 Před 7 lety +1

    5:30
    -> I'm learning JavaScript. It's not very clean probably, but I tried to do it in JS (to print in console):
    var word = "Greetings";
    for (var i = word.length; i > 0-1; i--) {
    print = word.substring(0, i);
    console.log(print);
    if (i < 0+1) {
    for (var j = 2; j < word.length+1; j++) {
    rePrint = word.substring(0, j);
    console.log(rePrint);
    }
    }
    }

  • @random-xl3zm
    @random-xl3zm Před 6 měsíci +3

    Odin gang hare Krishna to all from india

  • @yourmamatimesten
    @yourmamatimesten Před 7 lety

    use a straw.lol

  • @justrinat2207
    @justrinat2207 Před 6 lety +8

    I know this was not the point of the video, but if you are going to film a person narrating the lesson, please either pick someone more expressive that preferably has the topic memorized, or do not film at all. I always look people in the eye and it is irritating seeing the narrator reading the script somewhere inside the depths of my cranium.

    • @paeden5431
      @paeden5431 Před 6 lety +17

      Just Rinat sounds like a personal problem. They just went with a standard set up. Not bad for us, considering IT'S FREE.

    • @kkgt6591
      @kkgt6591 Před 6 lety +1

      Yeah she sounds like a bad tape. No expressions of any kind.

    • @kandysman86
      @kandysman86 Před 5 lety

      She is peering into my soul!! It hurts.

    • @MikaelMahsudjan
      @MikaelMahsudjan Před 3 lety +1

      Came from MIT page to yt just to see if someone else had the same feeling. YUP!

    • @tramarthomas6105
      @tramarthomas6105 Před 3 lety

      That's a you issue. This isn't supposed to be stellar production

  • @olegkostuk
    @olegkostuk Před rokem

    sorry, but in this case its most boring explanation i ever seen :(