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

Method getMinIndexInRange

chapter01/problem_i/Main.java:17–30  ·  view source on GitHub ↗

주어진 범위의 최소값의 위치를 반환하는 함수 @param data 데이터 배열 @param n 배열의 크기 @param begin 탐색 할 가장 첫(왼쪽) 인덱스 @param end 탐색 할 가장 마지막(오른쪽) 인덱스 @return data[begin] ~ data[end] 중 가장 작은 원소의 인덱스

(int[] data, int n, int begin, int end)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

selectionSortMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected