Recent content by FMAfan
-
F
Comp Sci How Can I Modify a C++ BST Implementation to Check for Duplicate Values?
Never mind. I think I may have figured out another way to check my tree.- FMAfan
- Post #2
- Forum: Engineering and Comp Sci Homework Help
-
F
Comp Sci How Can I Modify a C++ BST Implementation to Check for Duplicate Values?
Homework Statement I am working on an assignment in which I have to add a method to my BST class which checks if a binary tree object is in fact a Binary Search tree. So (1) A left child must be smaller than the parent (2) A right child must be larger than the...- FMAfan
- Thread
- Binary C++ Search Tree
- Replies: 1
- Forum: Engineering and Comp Sci Homework Help