MCPcopy Create free account
hub / github.com/dongyi-kim/10weeks-codingtest / getUniqueElements

Method getUniqueElements

chapter03/problem_c/Main.java:28–49  ·  view source on GitHub ↗

data[0] ~ data[n-1]에서 중복이 존재하지 않는 원소들을 반환한다. 단, 각 원소들은 오름차순으로 정렬되어 있어야 한다. @param data data[0] ~ data[n-1]에는 10만 이하의 자연수다. @param n @return

(int[] data, int n)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

mainMethod · 0.95

Calls 2

fillFrequencyTableMethod · 0.95
addMethod · 0.80

Tested by

no test coverage detected