You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
example list : 1->2->3->4
Their pointers are ptr1,ptr2,ptr3 and ptr4 respectively.
So if we pass ptr3 into the function , the new list should be 1->2->4.
Benefits: O(1) implementation
The text was updated successfully, but these errors were encountered:
example list : 1->2->3->4
Their pointers are ptr1,ptr2,ptr3 and ptr4 respectively.
So if we pass ptr3 into the function , the new list should be 1->2->4.
Benefits: O(1) implementation
The text was updated successfully, but these errors were encountered: