Thank you all very much. This is quite useful for me and I can learn a lot.

best regards,
Smiljana Knezev

������, 10. ������ 2019. �� 12:29 Ben Coman <btc@openinworld.com> ���� ��������������/����:
I agree #bfs: is not explicit, but�� #breadthFirstSearch:�� is a well
know term, why not just that? Or even #breathFirstSearchFor:

In comparison�� #findBreadthFirst:�� and�� #findDeepFirst:�� feel a bit
awkward to me.
(I think its the repetition rhythm of "f" words)

cheers -ben

On Mon, 8 Jul 2019 at 12:55, ducasse <stepharo@netcourrier.com> wrote:
>
> bfs: aValue
>
> =>
>
> findBreadthFirst: aValue
>
>
> dfs: info node: aNode
>
> =>
>
> findDeepFirst: aValue startingFrom: aNode