MCPcopy Create free account
hub / github.com/SHY-Corp/LeetCode-Solutions / kthSmallest

Method kthSmallest

Python/230.KthSmallestElementinaBST.py:18–45  ·  view source on GitHub ↗

:type root: TreeNode :type k: int :rtype: int

(self, root, k)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 1

popMethod · 0.45

Tested by

no test coverage detected