2023年有两张单调递增有序的线性表A和B,采用顺序存储结构,将这两张表合并成C表,要求C表单调递减有序。.docVIP

  • 1
  • 0
  • 约1.86千字
  • 约 5页
  • 2023-11-18 发布于广东
  • 举报

2023年有两张单调递增有序的线性表A和B,采用顺序存储结构,将这两张表合并成C表,要求C表单调递减有序。.doc

/x Note:Your choice is C IDE x/ include stdio.h include stdlib.h define OK 1 define ERROR 0 define TRUE 1 define OVERFLOW -2 typedef int status; typedef int elemtype; define LIST_INIT_SIZE 100 define LISTINCREMENT 10 typedef struct( elemtype xelem; int length; int listsize; )SqList; status InitLi

文档评论(0)

1亿VIP精品文档

相关文档