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

Function getLargestRectangleArea

chapter05/problem_c/main.cpp:33–77  ·  view source on GitHub ↗

* 왼쪽에서 오른쪽으로 차례로 세워진 히스토그램들 내부에 만들 수 있는 * 최대의 직사각형 넓이를 계산하는 함수 * * @param n 히스토그램의 수 * @param histograms 히스토그램이 차례로 저장된 배열 * @return */

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

processFunction · 0.70

Calls 4

popMethod · 0.80
HistogramClass · 0.70
pushMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected