Home > Back-end >  Data structure subject, help!!
Data structure subject, help!!

Time:03-27

Have a lead the singly linked list of nodes L, the nodes of the element value according to the decreasing order,
Please write a function to Delete, its function is: review the singly linked list L, every element values of the same node only keep one, makes the single chain table L in element value in ascending order, node,)
Write a singly linked list storage structure type definition,

CodePudding user response:

reference Xixixixixi. The building Lord reply:
have a lead the singly linked list of nodes L, the nodes of the element value according to the decreasing order,
Please write a function to Delete, its function is: review the singly linked list L, every element values of the same node only keep one, makes the single chain table L in element value in ascending order, node,)
Write a singly linked list storage structure type definition,

Have function to delete the source code