First Upload
This commit is contained in:
14
26 - Trees(continue)/ex3.c
Normal file
14
26 - Trees(continue)/ex3.c
Normal file
@@ -0,0 +1,14 @@
|
||||
#include "General.h"
|
||||
|
||||
void Ex3BinaryTree(BinaryTree * root)
|
||||
{
|
||||
if (root != NULL)
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
void main(void)
|
||||
{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user