Binary Search Examples | Unsuccessful search | Design & Algorithms | Lec-14 | Bhanu Priya

Поделиться
HTML-код
  • Опубликовано: 14 мар 2018
  • Examples of Binary search on sorted array ( Unsuccessful search)

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

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

    Very clear to understand the explanation. Thankyou very much for creating this video :))

  • @srikanthb4387
    @srikanthb4387 4 года назад +4

    Very good explanation, thank you very much

  • @user-xq9iy3gw9g
    @user-xq9iy3gw9g 8 месяцев назад

    Ur teaching was vry good and clear cut ans.... Thank u for gd teaching

  • @user-sf8fb9pn7u
    @user-sf8fb9pn7u Год назад +2

    Hi am I teacher and I’m just giving a review and I think that this teaching was nice and a good explanation but there was a allot of stuttering and was a lot of uh uh but over all the teaching was nice I was watching this vid because I wanted to teach my students about this ch and they understood it very well u showed the vid and they also liked it… but over all great teaching👍🏻👍🏻

  • @abhijithlenin2879
    @abhijithlenin2879 5 лет назад

    Thanku madam for your great information..

  • @mohammadshafayethaydar1652
    @mohammadshafayethaydar1652 5 лет назад +3

    Thank you so much for explaining the unsuccessful search.

    • @RajGupta-pw3wh
      @RajGupta-pw3wh 4 месяца назад

      what you are doing bro i saw your comment after 5 years later..you can reply me

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

      .

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

    is there something wrong? Because, in last array if 8

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

    Mam thank you so much

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

    Very helpful 👍

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

    Thank you so much

  • @satya9263
    @satya9263 3 года назад

    Awesome
    mam tq

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

    keep it up girl it is good explanation

  • @fredinaluokose170
    @fredinaluokose170 3 года назад

    tthank you so much

  • @shivashankaramalakanti2884
    @shivashankaramalakanti2884 Месяц назад

    excellent akka

  • @unknownboy-rh1xx
    @unknownboy-rh1xx 2 месяца назад

    What happens if we search element is 12 it between in last step 11 and 12 ,and our last middle search 11 is middle number then how we calculate

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

    Start < end this is unsuccessful search I found is this right ✅

  • @TxK1
    @TxK1 4 года назад +1

    plz do a time complexity calculation video you have only explained space complexity

  • @shivarajh2167
    @shivarajh2167 5 лет назад

    Well teaching

  • @TECHCONEKANNADA
    @TECHCONEKANNADA 3 года назад

    Thank u

  • @RachealNannozi
    @RachealNannozi 4 месяца назад

    Thanks

  • @ethiolyrics3705
    @ethiolyrics3705 4 года назад

    thank u

  • @user-uc9qo1ct6w
    @user-uc9qo1ct6w 11 месяцев назад

    Tq mam😊

  • @ahamedthilsan2700
    @ahamedthilsan2700 5 лет назад

    is there have any linear search videos link

  • @hinakhan1617
    @hinakhan1617 5 лет назад

    Brilliant

  • @sureshponna8080
    @sureshponna8080 4 года назад

    Tq madam

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

    Mam Binary search algorithm ki meru chapina successful and unsuccessful eampls exms lo rayacha...mam

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

    God bless

  • @denwilfernandes5699
    @denwilfernandes5699 4 года назад

    Good One

  • @Talentzone_Kundapura
    @Talentzone_Kundapura 3 года назад

    Nicee

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

    Mam linear search video i want mam please mam

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

    Key value ela decide chesthunav madam mana istama adhii

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

    How to take key value 8 is not clear

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

    Explain linear search mam

  • @HYD-
    @HYD- 3 года назад +2

    How to take a key value

    • @shaikhibza8596
      @shaikhibza8596 3 года назад +3

      Key value given in question only in question itself it will be given

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

    Mam if key value is 8 means 56 and mid value is 4 means 32 so 56> 32
    So mid +1 hoga I think plz reply
    @Education 4u

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

      Bro key value means the actual value you want to search for, not the index position of the value. We want to search for the number 8, not search for the value at the 8th index(56). So no, key value 8 does not mean 56. The value we are searching for is 8 and the value at mid is 32. Therefore, 8 is less than 32, thus end = mid -1

  • @samriddhsharma9308
    @samriddhsharma9308 4 года назад +11

    MAM ONE QUESTION HOW ARE YOU TAKING KEY ARE YOU ASSUMING ON YOUR OWN OR THERE HAS TO BE FOLLOWED SOME PROCEDURE FOR TAKING KEY, WAITING FOR YOUR RESPONSE SOON TO HELP ME CLEAR MY DOUBT.

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

      'Key' will come in question

    • @samriddhsharma9308
      @samriddhsharma9308 4 года назад

      @@sanketchordiya4370thankyou so much

    • @likhithakommana4658
      @likhithakommana4658 3 года назад +4

      @@sanketchordiya4370 If not coming in Question, then what we'll do??

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

      @@likhithakommana4658 pray to God

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

      @@likhithakommana4658 atta hai bhai 😅

  • @umarchandio9921
    @umarchandio9921 3 года назад +1

    Mam ne to 2rings pahiny hvi hn both hands😀😀

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

    How did she understand this topic, she explains as if it is very simple

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

    How key is 8?

  • @techyhaseeb8237
    @techyhaseeb8237 9 месяцев назад +1

    How key value= 8

  • @gurudattasahoo2302
    @gurudattasahoo2302 3 года назад +1

    is the key 8 ?

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

    Linear search

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

    a=[5,7,9,13,32,33,42,54,56,88]
    z=34
    low=0
    high=len(a)-1
    while low

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

    3:00

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

    3:00 that sound 😅🤦

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

    8

  • @SakshiLohar-qy1ph
    @SakshiLohar-qy1ph 9 месяцев назад

    Key =8 Hi kyu

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

    Pgl hai kya tu

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

    Mam agr english bolny me dikat hy tu na bolen... na banen itni english man... simple hindi bol len

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

    Mam if key value is 8 means 56 and mid value is 4 means 32 so 56> 32
    So mid +1 hoga I think plz reply
    @Education4u