Return value of double linked list is coming correctly

后端 未结 0 1550
眼角桃花
眼角桃花 2020-12-10 12:54

Trying to insert a value into sorted linked list, but return value of the function is not having correct value. Input : 1,3,4,10 Insert value: 5 Expected output : 1,3,4,5,10

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