<p>Given the <code>root</code> of a Binary Search Tree (BST), return <em>the minimum absolute difference between the values of any two different nodes in the tree</em>.</p>
<p><strong>Note:</strong> This question is the same as 783: <ahref="https://leetcode.com/problems/minimum-distance-between-bst-nodes/"target="_blank">https://leetcode.com/problems/minimum-distance-between-bst-nodes/</a></p>