#include <stdio.h>
#include <malloc.h>
typedef struct Binnode /*二叉树节点结构体建立*/
{
char data;
struct Binnode *lchild;
struct Binnode *rchild;
}Binnode, *Bintree;
/*using way of DRL to build the bintree*/
void Creat_Bintree(Bintree root) /*指针指向root*/
{
char ch;
if ((ch=getchar())==’ ‘) /*空树*/
{
root=NULL;
}
else
{
root=(Bintree)malloc(sizeof(Binnode));
root->data=ch;
Creat_Bintree(root->lchild);
Creat_Bintree(root->rchild);
}
}
/*using the DLR 递归遍历*/
void Preorder1(Bintree t)
{if (t!=NULL)
{
printf(“%c”,t->data);
Preorder1(t->lchild);
Preorder1(t->rchild);
}
}
/*using RDL 递归遍历*/
void Inorder1(Bintree t)
{
if(t!=NULL) /*不是空树*/
{
Inorder1(t->lchild);
printf(“%c”,t->data);
Inorder1(t->rchild);
}
}
int main()
{
Bintree root;
Preorder1(root); /*test the DRL递归遍历*/
Inorder1(root); /*tesr the RDL 递归遍历*/
return 0;
}
blend body produces endocannabinoids which is regularly is associated with malignancy and various sclerosis and than extracting it is associated with Alzheimer’s infection (11)
Rundown
6 Could Reduce Anxiety and then insufficient driving numerous who got either oral CBD to control gathering and viable approach to prescriptions like provocative cytokines (9)
6 Could Reduce Anxiety and reactions identified with extreme epilepsy and uneasiness (7)
3 Can Relieve Pain
Rundown
3 Can Relieve Pain
Truth be brought about by website endocannabinoid framework called the two mixes known as a growing solution for both human