Page 1 of 1

Hi, this is a question about C++. Can someone help me with that? Given a dataset {35; 41; 12; 98; 26; 49; 77}. Draw a fu

Posted: Mon Jun 06, 2022 4:44 pm
by answerhappygod
Hi, this is a question about C++. Can someone help me with
that?
Given a dataset {35; 41; 12; 98; 26; 49; 77}.
Draw a fully balanced binary search tree (height =3) and a fully
unbalanced tree (height = 7) for this dataset.