728x90 704번1 [kotlin] leetcode - Binary Search 704. Binary Search : https://leetcode.com/problems/binary-search/submissions/ Binary Search - LeetCode Level up your coding skills and quickly land a job. This is the best place to expand your knowledge and get prepared for your next interview. leetcode.com class Solution { fun search(nums: IntArray, target: Int): Int { //nums에 특정 값 있는 지 확인 var check = nums.contains(target) if(check == true){ va.. 2022. 4. 26. 이전 1 다음 728x90 반응형