Tree is in order. Traverse down the tree to get sorted values using inorder traversal. Inorder traversal is useful to determine if a tree is a binary search tree. Code is in python. Done through recursion.
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (0)