Write down algorithms or ‘C’ functions to insert new node with given value into sorted linked list in such way after insertion linked list remain in sorted order .
Answers
Answered by
0
Answer:
use muntiple pointer approach prev current and newnext and keep checking and insert
Explanation:
Similar questions