查找的基本操作

依旧把原来的烂代码翻出诶o(╯□╰)o。 排序二叉树的相关代码: #include <iostream> #include <stdio.h> #include <stdlib.h> using namespace std; int a[100];//有序表,默认为递增 int length;//有序表长度 void Creat_Sqlist(){ scanf("%d",&length); for
相关文章
相关标签/搜索