Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TheAlgorithms/Python
/ get_weight
Method
get_weight
other/greedy.py:16–17 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
14
return
self.name
15
16
def
get_weight(self):
17
return
self.weight
18
19
def
value_weight(self):
20
return
self.value / self.weight
Callers
1
greedy
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected