Saved Bookmarks
| 1. |
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 . |
|
Answer» Answer: USE muntiple POINTER approach prev CURRENT and newnext and keep CHECKING and insert |
|