Day 2 of June LeetCode Challenge
1 min readJun 2, 2020
--
Write a function to delete a node (except the tail) in a singly linked list, given only access to that node.
--
Write a function to delete a node (except the tail) in a singly linked list, given only access to that node.