線性表的一道試題

2021-08-30 22:31:37 字數 596 閱讀 5126

(1)用鍵盤輸出線性表中的元素

(2)刪除表中最小值的元素並由函式返回

(3)空出的位置由最後的乙個元素填補

(4)若線性表為空則顯示出錯資訊並退出

(5)輸出經過上述變化後的線性表

#include

using namespace std;

#define maxsize 100

typedef struct

seqlist;

seqlist *init_seqlist()

void insert(seqlist *l,int x)

void pop_seqlist(seqlist *l)

void delete1(seqlist *l)

minvalue=l->data[min];

l->data[min]=l->data[l->last];

//delete l->data[l->last];

l->last--;

cout<<"最小的元素為"<>x;

while(x!=10000)

delete1(l);

while(l->last!=-1)

}

一道oracle試題

做不出來時感覺好難啊,思路千千萬,就是沒想到用 order by 和 rownum 題目如下 有下面三個表 商品product 商品號productid,商品名productname,單價unitprice,商品類別category,商provider 顧客customer 顧客號customeri...

一道筆試題

看到一道筆試題,跟自己想的有點出入,就跑了下,看了看原因。我稍微改了下 include int main int argc,char argv 輸出結果 c 5 d 245 press any key to continue vc6.0 debug下的彙編 5 unsigned char a 0xa...

一道機試題

and return the new length.do not allocate extra space for another array,you must do this in place with constant memory.for example,given input array a...