Coefficient of Range in a Binary Tree - GeeksforGeeks
Given a Binary Tree, the task is to find the Coefficient of Range in it.
Range is defined as the difference between the maximum and minimum value in a set of data and Coefficient of Range is the relative measure of the dispersion of the range. Suppose the maximum value in a data set is maxVal and minimum value is minVal then the coefficient of range can be defined as:
Read full article from Coefficient of Range in a Binary Tree - GeeksforGeeks
No comments:
Post a Comment