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

Method isPossibleName

Bonus/Problem05P/Main.java:16–58  ·  view source on GitHub ↗

@param fullName 만들고자 하는 이름 문자열 @param N 사용할 수 있는 단어의 수 @param words 이름 제작에 사용할 수 있는 단어들 words[0] ~ words[N-1] @return 서로 다른 세 개의 단어로 fullName을 만들 수 있다면 true, else false

(String fullName, int N, String[] words)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

testCaseMethod · 0.95

Calls 1

equalsMethod · 0.80

Tested by

no test coverage detected