Python Basics Tutorial Bisection Search Algorithm

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

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

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

    will this work if my guess is 1, or the lower end point? shouldn't we have set low = low -1 as is the case with high = high + 1?

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

      I'll take a look, thank you!

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

    i didnt really get the "not" in while. "While not ans" doesnt that mean, "while not false" - which in turns mean "while true"?? please can you elaborate on that?

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

      Well good question, this is answer is going to be next week's video. Thanks for wathcing!!!

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

    Nice.