Skip to content

WinterJack002/binarytree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Binary search tree summation algorithm

内容介绍

本仓库实现了一个二叉搜索树(BST)的求和算法,实现了对一棵树各个节点值的求和并输出。

包含文件介绍

共包含3个*.h文件和1个.c文件*,文件BinaryTree.h声明了一颗二叉树;文件Tree.h构造了一颗树的根节点;文件Fun.h为相关函数的生命和实现;最后run.c包括main函数内容。

使用

clone本仓库到本地,用C语言IDE编译运行 run.c 文件,可以测试结果。也可以修改二叉树的节点值重复测试。

About

this is a binarytree sum algorithm.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages