0
Binary Search Tree
I have a Binary Search Tree problem where I have to populate my program using patient class with information like "patientName", "birthYear", "emailAddress", "ID_number" , "phoneNumber". The nodes in the tree should use the "ID_number" variable. That is, the binary tree will take the ID number in its construction. The trouble I have is for me to incorporate the other patient information I have stated above. It's simple if I just had to insert the ID_number. The sample code is in my profile under "My Codes".
4 Answers
0
[HAPPY TO HELP] would you give a sample code just for any of those implementations you have suggested?
0
Thanks buddy
0
Thanks, once again.
These sample codes are of great help. They definitely give me a clear insight into how my code will be structured. I am hopeful this should work.