Skip to content

Commit

Permalink
success all file
Browse files Browse the repository at this point in the history
  • Loading branch information
wangjiwu committed Nov 13, 2017
1 parent a9174a2 commit 89c8cb3
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions family_tree_UI.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
#include "tree.h"
#include "name.h"
#include "produceName.h"
#include <iostream>
#include <stdio.h>
#include <string.h>
Expand Down
Binary file modified name.cpp
Binary file not shown.
Binary file modified name.h
Binary file not shown.
Binary file modified produceName.cpp
Binary file not shown.
Binary file modified produceName.h
Binary file not shown.
Binary file modified randomBuild.cpp
Binary file not shown.
1 change: 1 addition & 0 deletions tree.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ class binaryTree
int is_rename(string name,binaryTreeNode *&root,int i);
bool is_name(string name, binaryTreeNode *&root);
bool is_num(string name, binaryTreeNode *&root);
void creat_binary_tree_auto(binaryTreeNode *&root);

};

Expand Down

0 comments on commit 89c8cb3

Please sign in to comment.