// Question Link: https://www.geeksforgeeks.org/problems/linked-list-insertion-1587115620/0?utm_source=youtube&utm_medium=collab_striver_ytdescription&utm_campaign ...
//Use three pointers and so you can change the next of the mid to the first one without losing the track of the original left.