树
0.1
数据结构_第6章
|
#include "test0.hh"
Go to the source code of this file.
Functions | |
int | main (int argc, char const *argv[]) |
二叉链表实现的二叉树类(binaryTree)的测试例程 More... | |
int main | ( | int | argc, |
char const * | argv[] | ||
) |
二叉链表实现的二叉树类(binaryTree)的测试例程
argc | 命令行参数的数目 |
argv | 命令行参数的内容 |
部分测试结果将输出到一个文本文档中
Definition at line 37 of file test0.cc.
References data_file_name(), Tree::binaryTree< T, Comparator >::delLeft(), Tree::GenTreeData(), and Tree::print_test_result().