반응형

https://app.codility.com/demo/results/trainingWSHSQ7-TFQ/

 

Test results - Codility

A non-empty array A consisting of N integers is given. A permutation is a sequence containing each element from 1 to N once, and only once. For example, array A such that: A[0] = 4 A[1] = 1 A[2] = 3 A[3] = 2 is a permutation, but array A such that: A[0] =

app.codility.com

 

배열 내에서 값이 순열인지 확인 하는 문제이다.

 

내가 푼 방법은 요소들의 합을 가지고 판단하는 로직으로 알고리즘을 짰지만....

 

퍼포먼스 쪽 부분의 점수가 높지 않다.... 뭔가 효율을 낼 수 있는 코드를 짤 수 있도록 더 생각해야겠다.

 

다음에 이걸 100% 올릴 수 있도록

반응형

+ Recent posts