
树
「已注销」
这个作者很懒,什么都没留下…
展开
-
AizuOJ ALDS1_7_A Rooted Trees(有根树的表达 左子右兄弟表示法)
A graphG= (V,E) is a data structure whereVis a finite set of vertices andEis a binary relation onVrepresented by a set of edges. Fig. 1 illustrates an example of a graph (or graphs). Fig. 1...原创 2019-03-21 18:23:59 · 310 阅读 · 0 评论 -
Aizu - ALDS1_7_B Binary Trees(二叉树的表达 不用指针建树来执行二叉树的条件)
Binary Tree A rooted binary tree is a tree with a root node in which every node has at most two children. Your task is to write a program which reads a rooted binary treeTand prints the following ...原创 2019-03-21 19:33:03 · 314 阅读 · 0 评论