MCPcopy Create free account
hub / github.com/TheAlgorithms/Python / CoinsDistribResult

Class CoinsDistribResult

data_structures/binary_tree/distribute_coins.py:53–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51
52
53class CoinsDistribResult(NamedTuple):
54 moves: int
55 excess: int
56
57
58def distribute_coins(root: TreeNode | None) -> int:

Callers 1

get_distribFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected