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

Function get_maximum_range_sum

chapter03/problem_f/solution.py:4–30  ·  view source on GitHub ↗

카드들의 리스트와 구간들의 리스트가 주어질 때, 구간들의 구간합 중 최댓값을 반환합니다. :param cards: list of cards :param ranges: list of ranges :return: maximum range sum

(cards: List[int], ranges: List[Tuple[int, int]])

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

solution.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected