Binary Tree Nodes

  • + 1 comment

    Hii Scott_mankowitz , can you explain me "when not exists(select * from bst where p=o.n) then 'Leaf' else 'Inner' end from bst o order by o.n" , particularly "end from bst" and why do we need to do order by o.n ?