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

Function isMultiplicable

chapter09/problem_i/main.cpp:76–85  ·  view source on GitHub ↗

* 배열으로 주어진 행렬이 모두 곱하기가 가능한지 판단하는 함수 * * @param matrices * @return 모두 곱하기가 가능하다면 true, 그렇지 않다면 false를 반환한다 */

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

testCaseFunction · 0.85

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected