文件名称:yy
介绍说明--下载内容均来自于网络,请自行研究使用
把在链表中插入语删除节点的操作写成一个函数。
bool insert(Node *&h,int a,int pos)
pos(>=0)为0的时候在表头插入,否则在第pos个结点的后面插入。
bool remove(Node *&h,int &a,int pos) -Written as a function of the parenthesis in the linked list delete node operation. bool insert (Node* & h, int a, int pos) pos (> = 0) to 0 when the insert in the header, otherwise inserted behind the first pos node. bool remove (Node* & h, int & a, int pos)
bool insert(Node *&h,int a,int pos)
pos(>=0)为0的时候在表头插入,否则在第pos个结点的后面插入。
bool remove(Node *&h,int &a,int pos) -Written as a function of the parenthesis in the linked list delete node operation. bool insert (Node* & h, int a, int pos) pos (> = 0) to 0 when the insert in the header, otherwise inserted behind the first pos node. bool remove (Node* & h, int & a, int pos)
(系统自动生成,下载前可以参看下载内容)
下载文件列表
yy.cpp