Question d’entretien chez Meta

Write a function that balances a BST given a root node.

Réponse à la question d'entretien

Utilisateur anonyme

2 févr. 2024

Using the binary search algorithm (but instead of searching, using the midpoint to set the root recursively)