Level order printing of binary tree by recursion

why does taking skew tree give the worst time complexity. shouldn’t it be worse when the tree Is completely full?

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