#96 CTreeQuery

クローズ
3 年 前ranides によって開かれました · 1 コメント
ranides3 年 前 にコメントしました

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 年 前 から参照されました
ranides3 年 前 にコメントしました
オーナー

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

Implementing DFS is easy. Implementing BFS looks like a nightmare.
ranides 3 年 前 に閉じられました
ranides この課題がコミット 3 年 前 から参照されました
会話に参加するには サインイン してください。
マイルストーンなし
担当者なし
1 参加者
読み込み中…
キャンセル
保存
まだコンテンツがありません