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

Method isValidParentheses

chapter05/problem_a/Main.java:16–46  ·  view source on GitHub ↗

괄호들의 정보가 차례로 배열로 주어질 때, 올바른 괄호 문자열인지 판단하는 함수 @param n 괄호 문자열의 길이 @param parentheses 괄호 문자에 대한 배열 @return

(int n, Parenthesis[] parentheses)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

testCaseMethod · 0.95

Calls 4

peekMethod · 0.80
popMethod · 0.80
pushMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected