Computer Science, asked by 20btcse043, 1 month ago

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 guptarahulalwaysonl9
0

Answer:

use muntiple pointer approach prev current and newnext and keep checking and insert

Explanation:

Similar questions