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 <steph...@netcourrier.com> wrote:
>
> bfs: aValue
>
> =>
>
> findBreadthFirst: aValue
>
>
> dfs: info node: aNode
>
> =>
>
> findDeepFirst: aValue startingFrom: aNode

Reply via email to