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

Function getLargestRectangleArea

chapter06/problem_i/main.cpp:30–82  ·  view source on GitHub ↗

* @brief 주어진 범위에 대해 가장 큰 직사각형의 크기를 반환하는 함수 * * @param histograms * @param left * @param right * @return histograms[left] ~ histograms[right] 범위의 막대 내에 존재할 수 있는 가장 큰 직사각형의 크기 */

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

testCaseFunction · 0.70

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected