Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
53
class
CoinsDistribResult(NamedTuple):
54
moves: int
55
excess: int
56
57
58
def
distribute_coins(root: TreeNode | None) -> int:
Callers
1
get_distrib
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected