searchbst-returns-subtree-by-reference

Status: IN

`searchBST` returns the original `TreeNode` from the tree, not a copy; the caller receives the entire subtree rooted at that node via Python's object reference semantics.

Source: entries/2026/06/06/search-in-a-binary-search-tree-solution.md

JSON