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

Method findIndex

chapter01/problem_f/Main.java:16–29  ·  view source on GitHub ↗

배열에서 특정 원소의 위치를 찾는 함수 @param data 중복 없는 정수 배열 data[0] ~ data[n-1] @param n 배열의 크기 n @param m 배열에서 찾고자 하는 원소 @return 원소가 존재한다면 인덱스를, 존재하지 않으면 -1을 반환한다.

(int[] data, int n, int m)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

mainMethod · 0.95
solution.jsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected