This video will change the way you think when coding

แชร์
ฝัง
  • เผยแพร่เมื่อ 18 ธ.ค. 2024

ความคิดเห็น •

  • @IshithaCodes
    @IshithaCodes ปีที่แล้ว +227

    “In programming, you don’t need to know everything. You just need to know where to find it, when you need it.”

    • @pierofa143
      @pierofa143 9 หลายเดือนก่อน +6

      true, but we need to have a good problem solving skill and good logic approach

    • @shouryakumar9824
      @shouryakumar9824 9 หลายเดือนก่อน

      @@pierofa143 How to develop that??

    • @AtHost98
      @AtHost98 8 หลายเดือนก่อน +6

      Dont be the best, just know how to copy from the best

    • @pierofa143
      @pierofa143 8 หลายเดือนก่อน

      @@shouryakumar9824studying math, solving problems and practicing

    • @GRSG_tech
      @GRSG_tech 8 หลายเดือนก่อน +1

      MY bookmark be like : why the hell is this not ending

  • @JeetpalSingh-l2o
    @JeetpalSingh-l2o 9 หลายเดือนก่อน +107

    For those who didn't explain the bat and ball example ( don't forget he works at Google, so at his level this is like ABC thing for him, so he assumed it makes sense to all of us 😅):
    bat + ball = 1.1
    since bat costs 1 dollar more than a ball, lets assume ball costs x amount, so cost of a bat is ( 1$ + x ), so if we fill in the cost of bat in the equation:
    (1+x) + x = 1.1 (we replaced ball with x, because we assumed x to be the cost of the ball)
    2x = 1.1 - 1
    2x = 0.1
    x = 0.1 / 2
    x = 0.5
    hence, ball = 0.5

    • @abhijeetdesai4097
      @abhijeetdesai4097 7 หลายเดือนก่อน +14

      You, too, don't seem to be less than a google employee 😂

    • @tahminzawad1728
      @tahminzawad1728 6 หลายเดือนก่อน

      @@abhijeetdesai4097 actually :)

    • @HELLBORNE69
      @HELLBORNE69 6 หลายเดือนก่อน +6

      Dude, it was a basic math wtf
      Anyone who've done algebra in their childhood will know to take x & x+1 as inputs...

    • @Entertainment-mp1cw
      @Entertainment-mp1cw 6 หลายเดือนก่อน +2

      hello bro , there's a typo , 0.1 / 2 == 0.05 right and since we are asked in cents , 0.05 means 5 cents as 100 cents means 1 dollar

    • @awwalmohammed9254
      @awwalmohammed9254 6 หลายเดือนก่อน +2

      What happened to the 5 cents irl that's a loss

  • @aravindram922
    @aravindram922 ปีที่แล้ว +14

    1. Use your slow thinking brain to solve problems
    2. Break down the big mighty problem into smaller ones that you already know
    3. You don't need to invent wheel again you need aware that where you can find solutions for your problems
    4. Adapt to the new technology

    • @Minh-oq5ex
      @Minh-oq5ex 2 หลายเดือนก่อน

      you need to remember at least all tools you can do. In the real development, it does not about solving problems, it's about remembering.
      For example, you want to build the Todo list app. You have to remember what tool can create the list. Which make this better than the other tools. Then when you use this tool, you need to remember the syntax to write the code. The more you remember, the faster you write code.

  • @je25ff
    @je25ff ปีที่แล้ว +65

    I recently started coding and I saw a veteran programmer giving a talk on how to think like a programmer. He took off his shoe off and said something along the lines of: 'Your computer is as smart as this shoe' He meant that you need to tell a computer VERY EXPLICITLY what to do.

    • @jerrell65
      @jerrell65 หลายเดือนก่อน

      Was this in a video? if so, where can I find it?

  • @shadowslayer2248
    @shadowslayer2248 ปีที่แล้ว +35

    Awesome explanation! Great animations! Good to help us realise how not to reach quick, hasty solutions but rather think stuff through and break complex things down to simpler ones and approach problems sensibly

  • @swjonplayes3600
    @swjonplayes3600 ปีที่แล้ว +264

    This explanation is not for beginners!

  • @webwisesagar
    @webwisesagar 5 หลายเดือนก่อน +11

    Breaking down problem into smaller chunks really helps and I've solved many problems with this simple approach.

  • @ishmeetsinghrayat
    @ishmeetsinghrayat 9 หลายเดือนก่อน +14

    This video is not for beginners, it's for those who know everything …… and he speak very fast.

  • @kizitomasaba56
    @kizitomasaba56 ปีที่แล้ว +37

    Let the price of the ball be x
    Then price of the bat is 1+x
    Price of bat+ball = (1+x) + x = 1.10
    (1+x) + x = 1+ 2x = 1.10
    2x = 1.10 -1
    2x = 0.10
    x = 0.05 = 5 cents (price of the ball)

    • @sahilandsarra
      @sahilandsarra  ปีที่แล้ว +7

      Thanks for sharing.

    • @NashrinFathima-oh7ji
      @NashrinFathima-oh7ji ปีที่แล้ว +3

      TBH, why we take bat as 1+ x?

    • @ayooo454
      @ayooo454 ปีที่แล้ว +1

      @@NashrinFathima-oh7ji why not?

    • @noorfatima3054
      @noorfatima3054 11 หลายเดือนก่อน +1

      @@NashrinFathima-oh7ji because he said the bat costs 1 dollar more than the price of ball so if ball price is x then it makes the bat price 1 dollar + x.

    • @badineedinarendra9912
      @badineedinarendra9912 8 หลายเดือนก่อน +1

      B@@NashrinFathima-oh7ji
      Because the bat price is 1 dollar greater than ball
      Here the condition is 1.10 so the we conder 1 +x
      Next we don't know what is value of bat and ball so that is why consider the both things are x

  • @animeshmohanty2502
    @animeshmohanty2502 หลายเดือนก่อน +1

    Really liked the reference made to the book "Thinking Fast and Slow" . One of the best books for learning about human cognition and heuristic bias

  • @emil_petkov_py
    @emil_petkov_py ปีที่แล้ว +18

    bat + ball = $1.10 => - $1 => $0.10 / 2 => ¢0.05. I have a problem with my algorithmic thinking 🥲 When they give us a more complex task with a one-page description (at university) I just switch off and don't know where to start. I know that with practice everything will be fine, but now it's very demotivating especially since most handle these tasks 😤Greetings from Bulgaria 🙂

    • @keentoknowher
      @keentoknowher ปีที่แล้ว +4

      Hi greetings from India, why it's getting divided by 2

    • @emil_petkov_py
      @emil_petkov_py ปีที่แล้ว +12

      $1.10 - the price of the ball = the price of the ball + $1.00
      If we rearrange the equation, we get:
      2 * the price of the ball = $1.10 - $1.00
      2 * the price of the ball = $0.10
      If we divide both sides by 2, we get:
      the price of the ball = $0.10 / 2 = $0.05
      Then the price of the bat equals the price of the ball + $1.00, or $0.05 + $1.00, which equals $1.05.
      So, in the end, the bat costs $1.05, and the ball costs $0.05, and together they are $1.10, as stated in the initial data.

    • @timfaker8839
      @timfaker8839 ปีที่แล้ว

      @@emil_petkov_py god damn, im just a dumb nigga i guess

    • @ranaasad6887
      @ranaasad6887 ปีที่แล้ว

      ​@@emil_petkov_pygreat reply and explanation. ❤

    • @Cd5ssmffan
      @Cd5ssmffan 11 หลายเดือนก่อน

      @@keentoknowher give up and work in a call centre

  • @ConspireMR
    @ConspireMR 6 หลายเดือนก่อน +4

    I already exhausted by thinking logic
    And after watching this video my mind is blast

  • @hassani6955
    @hassani6955 ปีที่แล้ว +4

    Watching the code script at 1:52 i started reviewing my plans! If coding needs logic of factorial, variable, integers etc and more of algebra on day to day operations its going to take years for me to excel it while working on a 10 hours job and 24hrs family commitment! 😢

  • @SuccessMindset2180
    @SuccessMindset2180 3 หลายเดือนก่อน +3

    0:15 the question looks like to be a question with a logical solution

  • @azaramirli2601
    @azaramirli2601 ปีที่แล้ว +5

    this guys is gem. keep the great content up sir

  • @bestlogicalanytype
    @bestlogicalanytype ปีที่แล้ว +14

    100% knowledgeable contant at every single second
    The tutor we want in our society which motivates today students to be good carrier for future
    And we have a responsibility to support people like them.
    Thanks you sir for your great support plz stay connected is bcoz the contant and good way of working you give is gives us a positive vibes to start from scratch to build a good skilled mindset
    ❤❤
    Sir stay connected with us love 💕 from India,M.P🇮🇳🇮🇳

  • @cheddar4848
    @cheddar4848 ปีที่แล้ว +17

    Very immersive animations. Loving this style of explanation, Sahil!! 🔥

  • @alternative993
    @alternative993 ปีที่แล้ว +4

    bat + ball = 1.10
    bat = ball + 1
    ball + 1 + ball =1.10
    2ball = 1.10 - 1
    2ball = 0.10
    ball = 0.10 / 2
    ball = 0.05

  • @xe3333
    @xe3333 ปีที่แล้ว +48

    This is the proper video man. Respect. Well explained and delivered 👏👏👏

    • @sahilandsarra
      @sahilandsarra  ปีที่แล้ว +7

      Thanks

    • @mafatv9823
      @mafatv9823 ปีที่แล้ว +3

      @@sahilandsarra please can you become my mentor in programmer am still a boy of 14 years old eager to learn multiple languages although I know HTML Css want to learn flutter & dart python etc c++ JavaScript java pls help me Sir

  • @Isagi__000
    @Isagi__000 ปีที่แล้ว +5

    Guess it's an inspiration from veritasium science of thinking thumbnail. Good work bro. Keep going. I am getting lot of insights from your videos.

  • @L8rCloud
    @L8rCloud ปีที่แล้ว +2

    What if your currency has 1c and 2c pieces….?
    The Bat and Ball question makes an assumption which is what I see trips up a LOT of programmers. If you want to break the ‘technical rules’ of a programming system then you’re going to have to learn to transcend the limitations of many of the assumption’s/interpretations of those rules your own mind may ‘incorrectly’ be imposing on the question/problem - not the rules themselves.

  • @ChristopherPhillipsDev
    @ChristopherPhillipsDev 5 หลายเดือนก่อน

    Sure, you don’t have to reinvent the wheel for something, but that depends on what you need. I’m not going to import an entire library for something small and then have to deal with 3rd party maintenance on something I can simply do myself and conserve space.

  • @informativecontent4778
    @informativecontent4778 29 วันที่ผ่านมา

    Damn
    This is the best video related to programming

  • @CLGBOY
    @CLGBOY 7 หลายเดือนก่อน +20

    is this video ai generated?

    • @Wakpinside
      @Wakpinside 5 หลายเดือนก่อน

      Yep

    • @OnichanDeez
      @OnichanDeez 4 หลายเดือนก่อน

      ​@@Wakpinside doesn't look like it. how are you saying it's ai generated?

    • @adyan4010
      @adyan4010 3 หลายเดือนก่อน

      @@Wakpinside No it's not. He talks like this only.

  • @adye88
    @adye88 7 หลายเดือนก่อน

    Showing water in a tea pot before saying it becomes the tea pot while talking about becoming what youre formed to, blew my mind.

  • @theMarketinglover
    @theMarketinglover 5 หลายเดือนก่อน

    Sahil! What your are telling is amazing

  • @chairjacker
    @chairjacker ปีที่แล้ว +1

    This is a great explanation for some of the code I have seen but couldn't understand how or why they did it.

  • @_tanzil_
    @_tanzil_ ปีที่แล้ว +2

    This is called quality content

  • @giovannif9113
    @giovannif9113 ปีที่แล้ว +1

    bat+ball =1.10
    The bat is 1 dollar more than the ball
    __________________________________
    so bat=(1+ball)
    I substituted it in the equation
    ----------------------------------
    1+ball+ball=1.10
    2ball = 0.10
    ----------------------------------
    ball = 0.05
    bat = 1.05
    And this is counterintuitive.
    Without reasoning in "slow mode", I would say "ball=0.10" immediately.

  • @josephreagan9545
    @josephreagan9545 10 หลายเดือนก่อน +1

    0:22 How do humans solve this problem?
    To be honest, before learning programming I would just pay someone on Fiver to do it for me, or if it was a test question I would rather skip and take the failing grade.

  • @AkashDeep-md6jd
    @AkashDeep-md6jd 6 หลายเดือนก่อน

    the fast and slow brain thing it reminds me when i used to play chess sometimes i used to take quick decisions and late decisions. and often lose when took quick decisions and the more i take time in decision making the better i got in new planing strategies.

  • @dreamer6911
    @dreamer6911 ปีที่แล้ว +3

    U deserve more than million subscribers that's what I feel

  • @ToonDubberDuo
    @ToonDubberDuo 4 หลายเดือนก่อน

    This is helping me alot to solve leetcode problems

    • @samuelnzekwe7696
      @samuelnzekwe7696 หลายเดือนก่อน

      This is why I came here😂!!
      I've tried two problems now, for 30mins, I could not type a line past a variable declaration.
      But when I close it, I know I know java syntax, but okay...what now happens when I open leetcode and read all these questions😂

  • @Anonymous-ri4mk
    @Anonymous-ri4mk 4 หลายเดือนก่อน

    Personally i think everyone should start caring about this when they reach oop because oop requires a lot of basically knowing your stuff you need to know where to find and apply something you builded and it gets tougher as the classes increase in quantity i personally am learning most of my coding logic there i recommend people start with java becaude java really teaches you the sorcery of oops ofc dont just make simple classes make something harder like a game engine

  • @subhojitbiswas3876
    @subhojitbiswas3876 ปีที่แล้ว

    U cluster bits and pieces of all the information described in early content and implement in ur video which Is smart as well as effective...!

  • @HARSHITHAD-r9z
    @HARSHITHAD-r9z 9 หลายเดือนก่อน

    This has been really insightful!💕

  • @vinaygujjula8381
    @vinaygujjula8381 ปีที่แล้ว +2

    Amazing... What a research, What a explanation, What a content you providing is really Amazing ❤❤ Thanks. You are a Practical Professor.

  • @khanhuzaif4986
    @khanhuzaif4986 ปีที่แล้ว

    Excellent , elegant , filled with information and productivity and the royalness in teaching , Thanks for such a information. #PowerCouple #Supercode

  • @motivationimpact181
    @motivationimpact181 ปีที่แล้ว +1

    You are the best all time keep going you help lot young people wanting going far in programming you are inspiration for them thanks

  • @Mitchyugan
    @Mitchyugan ปีที่แล้ว +1

    Damn, this is great 💪

  • @vedparkashgaba5478
    @vedparkashgaba5478 ปีที่แล้ว +1

    Nice video Thanks for sharing

  • @rohitpadile7088
    @rohitpadile7088 23 วันที่ผ่านมา

    Great video

  • @EquinoxSilverstar
    @EquinoxSilverstar 6 หลายเดือนก่อน

    Thx for adding Bruce Lee statement ❤

  • @exploretheinternet2334
    @exploretheinternet2334 ปีที่แล้ว +1

    Could you please make a video about chatgpt and the future of programming?

  • @ajinxRGB
    @ajinxRGB ปีที่แล้ว +4

    Amazing content... you explain like a pro.. wonderful animations and presentation...thanks

  • @geekdrive8017
    @geekdrive8017 ปีที่แล้ว

    Excellent video, thank you!

  • @abhirupbasu9298
    @abhirupbasu9298 ปีที่แล้ว +3

    Bat : $1.05 and ball : $0.05
    Otherwise bat:$1.01 and ball : $0.09 and so on
    ..but the bat's price should more than 1 doller

    • @standardtest
      @standardtest ปีที่แล้ว +1

      Correct the ball is $0.05

  • @larcurie
    @larcurie 11 หลายเดือนก่อน +1

    Price of bat is $1.05 and ball is $0.05, I used system of equations btw.

  • @emekaobidike9574
    @emekaobidike9574 ปีที่แล้ว

    One of your best videos

  • @zafeerzafar110
    @zafeerzafar110 ปีที่แล้ว +1

    bat + ball = 1.1
    ball + 1 = bat
    => 2 * ball + 1 = 1.1
    => ball = 0.05
    => bat = 1.05

  • @almousafir4041
    @almousafir4041 ปีที่แล้ว +1

    Nice sharing👍👍👍

  • @anirudhverma1826
    @anirudhverma1826 ปีที่แล้ว

    Love your video
    Can you like make a mock technical interview video, where you show how you would go about a coding interview.

  • @mikhoward
    @mikhoward 5 หลายเดือนก่อน

    If we assume the cost of the ball is $0.10, let's see if it satisfies the conditions of the problem:
    Cost of ball is $0.10.
    The bat costs $1 more than the ball, so the bat costs
    0.10 + 1 = 1.10
    Now, let's add the cost of the ball and the bat:
    0.10 + 1.10 = 1.20
    The total cost comes to $1.20 --- not the same as the problem's given total of $1.10
    So yes, you need to do the math.

  • @sauravbastola893
    @sauravbastola893 ปีที่แล้ว +1

    Can you explain more how ball will costs only 5 dollar?

  • @jesuswalks1101
    @jesuswalks1101 ปีที่แล้ว

    Not bad, I'm in it!

  • @santhanakumar4398
    @santhanakumar4398 ปีที่แล้ว +2

    Bro am a man without cs degree ,As a beginner ,I have a confusion to choose between javascript or java

    • @farhanashraf8962
      @farhanashraf8962 ปีที่แล้ว +1

      If you want to learn Web Development then learn JavaScript or if you want to learn App Development or Backend only then Java is also a good choice. And don't waste time choosing a language pick one learn it along with DSA then make some projects and also practice DSA questions too. Switching to another language is easy if you have already learnt any language in full details

    • @santhanakumar4398
      @santhanakumar4398 ปีที่แล้ว

      @@farhanashraf8962 thx bro

  • @humblesoul8685
    @humblesoul8685 ปีที่แล้ว

    You'd be good recursion teacher

  • @nitaikodkani
    @nitaikodkani ปีที่แล้ว

    Very good video 🔥

  • @utku3463
    @utku3463 ปีที่แล้ว

    your videos are so beautiful and inspiring thank you

  • @awwalmohammed9254
    @awwalmohammed9254 6 หลายเดือนก่อน

    Where did the 5 cents go
    Irl that doesn't make sense
    If you buy a bat and ball 1.10 and separately it is 1.05 why would i opt to loose 5 cents
    Can someone explain this to me

  • @aussiemetalhead5072
    @aussiemetalhead5072 ปีที่แล้ว

    The Bruce Lee quote is referring to philosophy from Sun Tzu's The Art of War.

  • @RohanVector
    @RohanVector 6 หลายเดือนก่อน

    Sir ,did u have any sheet code for improving problem solving in leet code

  • @theartisticcoder
    @theartisticcoder 11 หลายเดือนก่อน

    Which application do you use for animations in your videos?

  • @dagnachewamare8080
    @dagnachewamare8080 ปีที่แล้ว

    great explanation

  • @nickname-s6z
    @nickname-s6z 9 หลายเดือนก่อน

    That was great

  • @Raja-tt4ll
    @Raja-tt4ll 4 หลายเดือนก่อน

    Nice Video

  • @CrusadeVoyager
    @CrusadeVoyager 7 หลายเดือนก่อน

    Nice Vid 👍, Bcome the water ♥

  • @shaownabir2789
    @shaownabir2789 ปีที่แล้ว

    Amazing one

  • @Ajaysingh-hc2ob
    @Ajaysingh-hc2ob 7 หลายเดือนก่อน

    Why this video is going over from my head 😅

  • @PawannShorts21
    @PawannShorts21 ปีที่แล้ว +24

    Very confusing explaining

    • @NoHandle-l3u
      @NoHandle-l3u ปีที่แล้ว +4

      Steps
      1. Break down a complex problem (here 1 to 9) to smallest possible problem,here it could've been 1 ,but in example it was (1 ,2)
      2. Increase the size of the problem,here it went from 1,2 to 1 to 3.
      3. Continue this until you find the pattern, or relation between the problems , this is the main part , he used recurrence relation notations, you can use simple variables as well

    • @sureshmakwana8709
      @sureshmakwana8709 ปีที่แล้ว

      True agreed! Ppl who hate paths n problem solving would give up in the middle ,😂

  • @Rakta_
    @Rakta_ 5 หลายเดือนก่อน

    6:17 bro gave a NCERT biology book example of natural selection

  • @kiranbiju8843
    @kiranbiju8843 ปีที่แล้ว +2

    Please give us Roadmap for Ethereum blockchain development

  • @precioustime2489
    @precioustime2489 ปีที่แล้ว +1

    Just wow...❤❤

  • @shehanc.6412
    @shehanc.6412 ปีที่แล้ว

    Great ❤️‍🔥

  • @jeffsad8391
    @jeffsad8391 หลายเดือนก่อน

    Question where exactly you need to apply in code ?

  • @osamaali3548
    @osamaali3548 8 หลายเดือนก่อน

    I am such a bad programmer and I realized this when I could not even understand your video when you explain n digits 😪

  • @dhimanlifestyle7269
    @dhimanlifestyle7269 14 วันที่ผ่านมา

    Sir I am BCA third semester student I still don't know coding what should I do give any suggestion

  • @mrcopywriter
    @mrcopywriter ปีที่แล้ว

    Your style of explanation is really good.

  • @neerajverma4572
    @neerajverma4572 ปีที่แล้ว

    Find a relatable video for some new programmer generation just of because they think it's only about the doing things solve any things in any away but it all about thinking

  • @talkswithprabh5374
    @talkswithprabh5374 ปีที่แล้ว +3

    Your videos are helping a lot! ⭐⭐ In between I would like to make a request that may you please make a video on how to revise data structures and algorithms as we practice lot of questions while completing the course but it is not possible to revise all the notes and the questions before the interview. 🙏🙏
    Thanks a lot.
    Love you 3000 ❤❤

  • @-Corvo_Attano
    @-Corvo_Attano ปีที่แล้ว +5

    Thanks a lot for sharing, Sahil ❤
    could you please make a video about web development and software development?

  • @manjitsharma9901
    @manjitsharma9901 ปีที่แล้ว

    I know the logic and idea but while implementing the logic, I face problems. I can't implement that logic in my code. What should I do? Can u please help me, sir??
    Love from Nepal🇳🇵

    • @bencebukovecz8665
      @bencebukovecz8665 ปีที่แล้ว

      I would say then your logic isnt fitting to solve the problem after all and / or you missing something. It could be that you havent wrote enought code yet to implement that specific logic and you are missing the tools to achive that. Try to indentify following: does my code have syntax issues or a typo if no , and your code works fine and still doesn't produce the expected results, it might be time to reconsider your initial logic. Try to use your set of "tools" to develop your logic and later you can always refactor. Usually what helps me that i get my rubber duck (Rubber duck method) then I go inside of the debugger and line by line look at how my function / application works.

  • @ehza
    @ehza 8 หลายเดือนก่อน

    Thanks

  • @slugnoobgaming5485
    @slugnoobgaming5485 3 หลายเดือนก่อน

    Bro explained pure mathematics of class 11 ( pnc)

  • @TrusePkay
    @TrusePkay ปีที่แล้ว

    What you have said does not apply to timed coding exams

  • @lekhanachidananda
    @lekhanachidananda 10 หลายเดือนก่อน

    Why did i use simultaneous equations to calculate the answer for the bat ball problem 😂
    I got the right answer

  • @devopsjockey
    @devopsjockey ปีที่แล้ว +1

    Nothing to say you content is alway great

  • @rugvedtamhan
    @rugvedtamhan 10 หลายเดือนก่อน

    So copy and paste really is half the battle.

  • @pradeepg4498
    @pradeepg4498 ปีที่แล้ว

    Then why all are they conducting aptitude test in recruitment process

  • @Familiess-jo5hy
    @Familiess-jo5hy 4 หลายเดือนก่อน +1

    Evolution is just a theory which isn't 100% correct. 😅

  • @philippenayo2995
    @philippenayo2995 ปีที่แล้ว +1

    Become water my friend

  • @vignesh.k3996
    @vignesh.k3996 10 หลายเดือนก่อน

    Can anyone explain to me why the answer is 5cents?

  • @shamilmuhammed2892
    @shamilmuhammed2892 ปีที่แล้ว +1

    a true fun fact : you need to become a nerd to excel in cs field

  • @NarahariHegde-mp7fp
    @NarahariHegde-mp7fp 2 หลายเดือนก่อน

    1+2x=1.10 then find x😊

  • @germantoenglish898
    @germantoenglish898 ปีที่แล้ว +1

    Dinesh always makes me smile! 😃👍 Great video, really helped me see my false thinking concerning programming. A similar weird thing happened with scientists watching zebras. They couldn't figure out why they didn't have a better camouflage. Why were they so black and white, why didn't nature make them a colour to blend in the landscape. But they quickly found out that they themselves had problems telling the zebras apart. So they put a stripe of red paint on the animals to distinguish them. This was a bad idea, because it helped the lions too and these marked animals were quickly killed and eaten. Sometimes hiding in plain sight is best. 😂

  • @rajashekar6555
    @rajashekar6555 10 หลายเดือนก่อน

    You said more that could be 9 to 1 cents

  • @Mr49tdm
    @Mr49tdm หลายเดือนก่อน

    Video already in 1x speed 😢

  • @chiranjibsuvam8916
    @chiranjibsuvam8916 หลายเดือนก่อน

    Why am feeling uncomfortable to see him directly.

  • @Arunnnnnnue
    @Arunnnnnnue ปีที่แล้ว

    why the answer is 5 cents? anyone can explain?

    • @TheBuddilla
      @TheBuddilla ปีที่แล้ว

      The question literally means exactly one dollar. The question is badly structured on purpose. 1.05 - .5 = 1 but 1 - .1 = .90, I was confused as well.

  • @ShooshanJr
    @ShooshanJr 2 หลายเดือนก่อน

    first principles thinking or as known among programmers balanced binary tree 😂😂😅