Given you have a pointer to a node in a linked list, how to remove the current node in O(1).
Anonymous
Having pointer to current node you can copy value and "next" pointer from the next node and delete a next node
Check out your Company Bowl for anonymous work chats.