MCPcopy Create free account
hub / github.com/Semaserg/LeetCodeProblems / BSTIterator

Class BSTIterator

tree/BinarySearchTreeIterator_173/BSTIterator.java:27–54  ·  view source on GitHub ↗

Definition for binary tree public class TreeNode { int val; TreeNode left; TreeNode right; TreeNode(int x) { val = x; } }

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected