#96 CTreeQuery

Zamknięty
otworzone 3 lat temu przez ranides · 1 komentarzy
ranides skomentował 3 lat temu

Implement CQuery which allows generic traversing tree using DFS and BFS.

It should take one argument, function which splits node into children nodes. Something like:

split(node) => Collection<node>

split(node) => Iterator<node>

split(node) => CQuery<node>
Implement CQuery which allows generic traversing tree using DFS and BFS. It should take one argument, function which splits node into children nodes. Something like: ``` split(node) => Collection<node> split(node) => Iterator<node> split(node) => CQuery<node> ```
ranides wspomina ten problem w commicie 3 lat temu
ranides skomentował 3 lat temu
Właściciel

Implementing DFS is easy. Implementing BFS looks like a nightmare.

Implementing DFS is easy. Implementing BFS looks like a nightmare.
ranides wspomina ten problem w commicie 3 lat temu
Zaloguj się, aby dołączyć do tej rozmowy.
Brak kamienia milowego
Brak przypisania
1 uczestników
Ładowanie...
Anuluj
Zapisz
Nie ma jeszcze treści.