AfterAcademy Tech
Minimum Absolute Difference in a BST-Interview Problem
This is an interview problem asked in Google technical interview. Given a BST(Binary Search Tree) with non-negative values, write a program to find the minimum absolute difference between values of any two nodes.