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

Method getMatchedIndexes

chapter11/problem_b/Main.java:48–77  ·  view source on GitHub ↗

KMP 알고리즘을 수행하여 패턴이 매칭된 시작 인덱스들을 반환하는 함수 @param S 탐색 문자열 @param P 패턴 문자열 @param PI 패턴 P에 대한 Prefix-Function(Failure Function) @return 모든 시작 인덱스 리스트 (오름차순)

(String S, String P, int[] PI)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

mainMethod · 0.95

Calls 2

addMethod · 0.80
lengthMethod · 0.45

Tested by

no test coverage detected