MCPcopy 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
3class Solution:
4 def canMeasureWater(self, x: int, y: int, z: int) -> bool:

Callers

nothing calls this directly

Calls 2

canMeasureWaterMethod · 0.80
SolutionClass · 0.70

Tested by

no test coverage detected