Status: IN
The minimum absolute difference in a BST always occurs between two values adjacent in the inorder (sorted) traversal; the solution exploits this by comparing only consecutive visits rather than all pairs.
Source: entries/2026/06/06/minimum-absolute-difference-in-bst-solution.md