堆排序
摘要:
#include <stdio.h>#include <stdlib.h>typedef struct node{ int data; struct node *left,*right;}BTNode; BTNode *CreateWanTree(int a[],int n);void Forder 阅读全文
posted @ 2018-09-24 21:18 辣子呀 阅读(101) 评论(0) 推荐(0) 编辑
posted @ 2018-09-24 21:18 辣子呀 阅读(101) 评论(0) 推荐(0) 编辑
posted @ 2018-09-24 18:39 辣子呀 阅读(166) 评论(0) 推荐(0) 编辑
posted @ 2018-09-24 18:38 辣子呀 阅读(387) 评论(0) 推荐(0) 编辑