#96 CTreeQuery

Kapalı
ranides tarafından 3 yıl önce kere açıldı · 1 yorum
ranides 3 yıl önce olarak yorumlandı

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 3 yıl önce işlemesinde bu sorunu işaret etti
ranides 3 yıl önce olarak yorumlandı
Sahibi

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

Implementing DFS is easy. Implementing BFS looks like a nightmare.
ranides 3 yıl önce işlemesinde bu sorunu işaret etti
Giriş yap bu konuşmaya katılmak için.
Kilometre Taşı Yok
Atanan Kişi Yok
1 Katılımcı
Yükleniyor...
İptal
Kaydet
Henüz bir içerik yok.