贤惠橘子

文章
7
资源
0
加入时间
2年10月17天

带头结点的链式表操作集 (20分)

带头结点的链式表操作集 (20分)本题要求实现带头结点的链式表操作集。函数接口定义:List MakeEmpty(); Position Find( List L, ElementType X );bool Insert( List L, ElementType X, Position P );bool Delete( List L, Position P );其中List结构定义...