Trees: Is This a Binary Search Tree?

  • + 0 comments

    for Java the hidden code seems to have issues ? if I test the function by just returning a simple true, I get:

    Error: Could not find or load main class Solution

    I tried to wrap the function with the class but still didn't work, any suggestion ?