Binary Search Tree | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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".

2nd Aug 2018, 2:09 AM
Symon
Symon - avatar
4 Answers
0
[HAPPY TO HELP] would you give a sample code just for any of those implementations you have suggested?
2nd Aug 2018, 2:29 AM
Symon
Symon - avatar
0
Thanks buddy
2nd Aug 2018, 2:32 AM
Symon
Symon - avatar
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.
2nd Aug 2018, 2:47 AM
Symon
Symon - avatar