How to find number of total child(including grand children also) nodes for a particular node in a bst using C++.
Could anyone please suggest me method of doing it.
Thanks.
How to find number of total child(including grand children also) nodes for a particular node in a bst using C++.
Could anyone please suggest me method of doing it.
Thanks.
Look up "tree traversal"
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.