C++实现增序含头结点的单链例题:现已知单链表L中结点是按整数值递增排列,试写一算法将值为X的结点插入到表L中,使得L任然递增有序
因为比较简单直接给代码:.c文件#include"Module.h"intmain(){intm=0;intflag=0,elect=0;printf("*-----------------------------------------------------------------------------------------*\n");structSTU*List=CreaterList(