increasing-bst-dummy-head-pattern

Status: IN

Uses a dummy sentinel node to avoid special-casing the first insertion, the same idiom used in linked-list merge problems — build off a throwaway head and return head.right.

Source: entries/2026/06/06/increasing-order-search-tree-solution.md

JSON