PermMissingElem 썸네일형 리스트형 Codility Lesson 03 - PermMissingElem( JAVA ) https://app.codility.com/programmers/lessons/3-time_complexity/perm_missing_elem/ PermMissingElem coding task - Learn to Code - Codility Find the missing element in a given permutation. app.codility.com 문제 - A 배열에는 모두 다른 정수가 주어진다. ( 범위 : 1 ~ N+1 ) - 놓친( missing ) 원소를 찾는 것이 목표 - 예시 : [ 2, 3, 1, 5 ] / 답안 : 4 제한조건 N is an integer within the range [0..100,000]; the elements of A are all distinct; ea.. 더보기 이전 1 다음