Missing Number1 [자바] Leetcode 268 - Missing Number 문제 배열 nums가 주어지는데, 이때 배열에는 범위 [0,n]에 속하는 n개의 숫자가 담겨있다. 범위가 [0,n]이라면 총 n-1개의 숫자가 있어야하는데, n개만 담겨있다는 건 숫자 한개가 빠져있다는 뜻. 빠진 숫자를 반환하는 문제다. leetcode.com/problems/missing-number/ Missing Number - 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 첫 번째 Solution 쉽게 생각했다. 길이 n을 가지는 boolean 배열을 만.. 2021. 3. 4. 이전 1 다음