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