How to find the smallest element that might have duplicates in a Linked List in C

后端 未结 0 1966
野的像风
野的像风 2021-02-10 22:14

I\'m trying to find the node with the smallest value(data1) in a linked list which has two data fields(data1, data2).

But there might be a situation that two nodes share

相关标签:
回答
  • 消灭零回复
提交回复
热议问题