Ayush-Tibrewal / LEETCODE---Java-Solutions-

0 stars 0 forks source link

Linked List #4

Open Ayush-Tibrewal opened 3 days ago

Ayush-Tibrewal commented 3 days ago

head.next = temp // idhar head refrence ya pointer rakh dega temp k next par

head = temp.next // idhar temp k next ki jo bhi value hogi wo head mein store ho gi