您当前的位置: 首页 > 

mutourend

暂无认证

  • 5浏览

    0关注

    661博文

    0收益

  • 0浏览

    0点赞

    0打赏

    0留言

私信
关注
热门博文

rose tree

mutourend 发布时间:2022-04-27 14:15:59 ,浏览量:5

1. 引言

Rose tree is a tree with at least 1 element where a node has a variable number of successors.

data Tree a = Node {
        rootLabel :: a,         -- ^ label value
        subForest :: [Tree a]   -- ^ zero or more child trees
    }

在这里插入图片描述

参考资料

[1] 维基百科Rose Tree

关注
打赏
1664532908
查看更多评论
立即登录/注册

微信扫码登录

0.0377s