Question d’entretien chez 7Vals

Given a binary tree, balance it.

Réponse à la question d'entretien

Utilisateur anonyme

16 mai 2019

do an inorder traversal. divide the array on the middle. send to the left ones, send to right ones and make the tree again.