why does taking skew tree give the worst time complexity. shouldn’t it be worse when the tree Is completely full?
Level order printing of binary tree by recursion
hello @chinmay_mittal
complexity will depend on height of the tree right?
for skew tree height will be n .
but for full binary tree height will less than n
Thanks I thought n was number of levels forget that it was number of elements