#704

Binary Search

easy· Binary Searchruns: 0

Given an array of integers nums sorted in ascending order, and an integer target, return the index of target in nums or -1 if it is not present. The algorithm must run in O(log n) time.

sign in to paste and practice your own solution
desktop only

codedrill is a typing game and needs a real keyboard. open this on a laptop or desktop to practice.

you can still browse problems and sections from your phone.