Question d’entretien chez Google

Deep search binary tree, what is the worst case memory requirement using Queue.

Réponses aux questions d'entretien

Utilisateur anonyme

21 janv. 2012

If you meant BFS than it is O(V) if all the vertices are neighbours of the source. than all be added to the queue before the first pop.

Utilisateur anonyme

22 avr. 2012

This question is unclear, can you specify?