0
Why is my binary search algorithm giving me no output?ïżŒ
Itâs not giving me errors, it just says no output and I just donât know why. https://code.sololearn.com/crlaN3qtD9hK/?ref=app
2 Answers
+ 1
you have to put the guess = (xxxxx) //2
inside the loop for it to be updated.
https://code.sololearn.com/cCpvriNQ536o/?ref=app
0
Bahhađ§ Thanks!