Recent content by FMAfan

  1. 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.
  2. 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...
Back
Top