Here are some address and elements, join elements with address using double link list:
Address Element Node #
546 80 3
545 20 4
325 60 1
276 40 2
After joining it, delete the element 20 and add new element 50 at 3rd position. Make the final link list after all operations.
Comments
Leave a comment