Question d’entretien chez Anaplan

Write an algorithm to check if a tree is a mirror.

Réponse à la question d'entretien

Utilisateur anonyme

31 janv. 2017

Traverse the tree inorder and check if the result is palindrome.

1