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

Method getPivotIndex

chapter06/problem_h/Main.java:15–30  ·  view source on GitHub ↗

@brief arr[left] ~ arr[right] 범위에서 원소 하나를 피벗으로 선택하는 함수 @param arr @param left @param right @return 피봇으로 선정된 원소의 인덱스를 반환한다

(int[] arr, int left, int right)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

quickSortMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected