Pergunta de entrevista da empresa MetaCarta

Given a linked list element definition and function header, write (on the whiteboard) a linked list removal function in C. The list may have duplicates and is not sorted.

Resposta da entrevista

Sigiloso

25 de mar. de 2009

Followup questions: What happens to removed elements? Why is a list declared with **?