搜索资源列表
FamilyTree
- 最近公共祖先的家谱树 1. 正确构造了家谱树,实现了简单的查询:如查找祖先,查找家长,查找孩子, 查找兄弟,查找配偶,遍历所有家族成员等等。 2. 正确实现了插入,删除,结婚等操作。 3. 实现了一些复杂的查询,如:查找某人的所有子孙,查找某人的兄弟姐妹,部 分实现了给出两人,查询称呼的功能。(但对于过分复杂的关系暂时还不能实现。) 新增功能 1. 正确实现了不相交集合类(disjointSet.h)。 2. 正确利用并查集实现了LCA(Least Common
jiapu
- 二叉树实现家谱查询添加修改删除等功能,加入了不少容错的功能-Binary tree genealogy queries add, modify and delete functions
FamilyTree
- 家谱图的简单实现,利用二叉树作为数据结构实现家谱图,可以对家庭成员实现增加,删除,修改,查找等操作,同时二叉树的应用能大大提高查找的效率-Simple implementation of family tree, binary tree data structure to achieve as a family tree, a family member can achieve add, delete, modify, search and other operations, and binar
Family_tree
- 高级语言程序设计实验3,使用二叉树建立家族族谱,实现创建家谱,添加家族成员,查询成员的双亲、兄弟姐妹及祖先的第几代等功能,编译环境VS 2010-High-level language programming experiment 3, the use of a binary tree to establish the family genealogy, genealogy achieve create, add family members, parents, members of the i
zupu
- 简易家谱树的实现,实现家族人员的输入,添加,删除等(The realization of a simple family tree to realize the input, add, delete, etc. of the family members)