using recursion, write a c++ function findlargestNode() which returns the largest node in a bst

  1. Why? Seems you could solve this in many other ways.
  2. What is a "bst"? Don't make me guess.
  3. Define "largest." Could be largest value of which array, collection has the most entries.
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.