Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Minaduki Shigure
TreeStart
Commits
c87f06f9
Commit
c87f06f9
authored
Apr 21, 2018
by
吴康正
Browse files
Release 0.2
parent
2e706c6c
Changes
1
Hide whitespace changes
Inline
Side-by-side
TreeStart/TreeStart.h
View file @
c87f06f9
...
...
@@ -18,5 +18,5 @@ int BinTreeBuild(BinTreeNode *p1, TElemType input);
void
BinTreePrint0
(
BinTreeNode
*
p
,
BinTreeNode
*
head
);
void
BinTreePrint1
(
BinTreeNode
*
p
,
BinTreeNode
*
head
);
void
BinTreePrint2
(
BinTreeNode
*
p
,
BinTreeNode
*
head
);
void
swap
(
BinTreeNode
*
p1
,
BinTreeNode
*
p2
);
void
swap
(
BinTreeNode
*
*
p1
,
BinTreeNode
*
*
p2
);
void
ChildReverse
(
BinTreeNode
**
T
);
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment