| | | | | |

BST API 3: Non-Member Operators

template<typename T, class P> 
int operator == (const BST<T,P>& b1, const BST<T,P>& b2);

template<typename T, class P> 
int operator != (const BST<T,P>& b1, const BST<T,P>& b2);

| | Top of Page | 12. Binary Search Trees - 17 of 27