Question d’entretien chez Oracle

Delete a given node from given binary search tree

Réponse à la question d'entretien

Utilisateur anonyme

21 déc. 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.