please help with this question.
Question A.4 (12 Points) Unlike the previous questions, we now assume that our BNodes have parent pointers. Given a BNode u, let binTree(u) denote the set of nodes that we can reach from u using all three BNode pointers (parent, left, right). Please write a routine boolean check (u) that binTree(u) is a valid binary tree (i.e., all the pointers are correctly set up. You must use a helper method boolean
OR
OR