這個我打出程式!為什麼一直錯誤... 而且我查不出來原因~ 我想大家請幫我看看! 我到底哪有錯誤呢! 還是說我打錯字呢!?
不過我還有想要的問題~ 如果你是老師的話 你會出什麼哪些會有問題!? (二元搜尋法)!
#include <stdio.h>
#define Size 8
#define true 1
void print_array_data(int *d, int n);
int binary_search(int *d, int low_index, int high_index,
int key, int *index);
{
int i, middle, count;
if(d > key || d < key )
return (-1);
count=-1;
while(low_index <= high_index){
middle ..
訪客只能看到部份內容,免費 加入會員 或由臉書 Google 可以看到全部內容