Trees: Is This a Binary Search Tree?

  • + 0 comments

    This is a really late reply but it may be of use to someone else. float(-inf) and float(+inf) are basically starting numbers that have the property that no other number will be smaller or bigger than them.

    So if n > float(-inf) and n < float(+inf) will always be true.