You are viewing a single comment's thread. Return to all comments →
FYI, your "min" and "max" variables hide the global min and max functions. Granted, they were not needed for this problem, but it's still bad form.
Trees: Is This a Binary Search Tree?
You are viewing a single comment's thread. Return to all comments →
FYI, your "min" and "max" variables hide the global min and max functions. Granted, they were not needed for this problem, but it's still bad form.