查找的基本操作

依舊把原來的爛代碼翻出誒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
相關文章
相關標籤/搜索