#96 CTreeQuery

Fechado
há 3 anos atrás aberto por ranides · 1 comentários

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 referenciou este problema num commit há 3 anos atrás
ranides comentado há 3 anos atrás
Proprietário

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

Implementing DFS is easy. Implementing BFS looks like a nightmare.
ranides referenciou este problema num commit há 3 anos atrás
Faça login para participar desta conversação.
Sem Objetivo
Sem utilizador atribuido
1 Participantes
A carregar...
Cancelar
Guardar
Ainda não existe conteúdo.