View Single Post
Old 04-12-2013, 09:49 AM   #10
dAnceguy117
new hand moves = dab
FFR Simfile AuthorFFR Veteran
 
dAnceguy117's Avatar
 
Join Date: Dec 2002
Location: he/they
Age: 33
Posts: 10,094
Default Re: Teach me CS stuff for interviews

A singly linked list has integer as data in each node. Write a function to delete a node from the list given an integer as the argument. (Assume all the nodes have unique integers.)

question blatantly stolen from here
dAnceguy117 is offline   Reply With Quote