Domanda di colloquio di Oracle

Delete a given node from given binary search tree

Risposta di colloquio

Anonimo

21 dic 2019

Before writting code on paper, Discuss all cases that may arise, consider edge cases, if tree has 2 children, 1 child etc,leaf node and then write code.