1. 首页
  2. 课程学习
  3. C++/C
  4. c链表操作

c链表操作

上传者: 2019-02-21 20:05:09上传 CPP文件 9.51KB 热度 75次
链表的建立及各种链表操作 void GetHead();//Returns the head element of the list void GetTail();//Returns the tail element of the list void RemoveHead();//Removes the element from the head of the list void RemoveTail();//Removes the element from the tail of the list void AddHead(int m);//Adds an element to
用户评论