堆排序
摘要:
#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 辣子呀 阅读(107) 评论(0) 推荐(0)
posted @ 2018-09-24 21:18 辣子呀 阅读(107) 评论(0) 推荐(0)
posted @ 2018-09-24 18:39 辣子呀 阅读(171) 评论(0) 推荐(0)
posted @ 2018-09-24 18:38 辣子呀 阅读(393) 评论(0) 推荐(0)