Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 302 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 302 Bytes

numberGuess - Bisection Search

The program works as follows: you (the user) thinks of an integer between 0 and X(whatever number you like). The computer makes guesses, and you give it input - is its guess too high or too low? Using bisection search, the computer will guess the user's secret number!