Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DasyDong/developer-roadmap
/ waterjug.py
File
waterjug.py
code/waterjug.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
# coding:utf-8
2
3
class
Solution:
4
def
canMeasureWater(self, x: int, y: int, z: int) -> bool:
Callers
nothing calls this directly
Calls
2
canMeasureWater
Method · 0.80
Solution
Class · 0.70
Tested by
no test coverage detected