Hello,

HAFT is a rooted binary tree in which every non-leaf node v has following
properties:
i. v has exactly two childrens.
ii. the left child of v is root of complete binary subtree, containing half
or more of v's descendants.

Some examples of HAFT are given in attached image.

Can anybody provide algo/code for construction of HAFT?

-- 
Regards,
Megha Agrawal

-- 
You received this message because you are subscribed to the Google Groups 
"Algorithm Geeks" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


<<attachment: HAFT.PNG>>

Reply via email to