LeetCode: 704-Binary Search 解題紀錄
Last Updated on 2022-03-26 by Clay
題目
Given an array of integers nums which is sorted in ascending order, and an integer target, write a function to search target in nums. If target exists, then return its index. Otherwise, return -1.
