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

后端 未结 0 2014
天涯浪人
天涯浪人 2021-02-10 21:39

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

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