/Number-Guess

Android app to guess a number using binary search algorithm

Primary LanguageJava

Number Guess

I demonstrated this app at an Android Development workshop in my college for absolute beginners.
Pick a number between 1 to 100 in your mind, and the app tries to guess your number using binary search algorithm.