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
public void deleteNode(ListNode node) { // This is actuall wrong Q accoding to me...we will be only able to modify current node instead of deleting it.