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