Question d’entretien chez Goldman Sachs

How to delete nodes from a binary tree ?

Réponses aux questions d'entretien

Utilisateur anonyme

2 oct. 2010

read CLRS

Utilisateur anonyme

23 août 2019

Starting at root, find the deepest and rightmost node in binary tree. Replace the deepest node with the deleted node. Deleted the deepest rightmost node.