Question d’entretien chez Qualcomm

Find the max value in a Binary Search Tree

Réponse à la question d'entretien

Utilisateur anonyme

19 nov. 2013

I think the question is about binary tree, not binary "search" tree Think about DFS (using queue, arraylist) and BFS (using recursive function - with preorder, inorder, or postorder)