subtraction-order-assumes-bst-validity

Status: IN

`node.val - self.prev` (without `abs()`) is correct only because inorder traversal on a valid BST visits values in non-decreasing order; the code does not verify the BST property.

Source: entries/2026/06/06/minimum-absolute-difference-in-bst-solution.md

JSON