<p><br/>// Complete the C++ function and its recursive helper to determinewhether the tree rooted at root is a binary search tree.</p><p>#include <iostream></p><p><br/>// Code goes here pt1</p><p><br/>using namespace std;<br/>class Node {<br/>public:<br/>Node