MCPcopy Create free account
hub / github.com/corpsepiges/leetcode / isValidBST

Method isValidBST

python/098. Validate Binary Search Tree.py:11–20  ·  view source on GitHub ↗

:type root: TreeNode :rtype: bool

(self, root)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 2

maxNodeValMethod · 0.95
minNodeValMethod · 0.95

Tested by

no test coverage detected