July 10, 2019
10:28 a.m.
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