kunal-kushwaha / DSA-Bootcamp-Java

This repository consists of the code samples, assignments, and notes for the Java data structures & algorithms + interview preparation bootcamp of WeMakeDevs.
https://www.youtube.com/playlist?list=PL9gnSGHSqcnr_DxHsP7AW9ftq0AtAyYqJ
17.08k stars 10.98k forks source link

Update the next reference of the previous node in Linked List #1227

Closed InfiniteSkipper55 closed 9 months ago

InfiniteSkipper55 commented 9 months ago

Need to update the next reference of the previous node (node at index - 1) to point to the newly created node.