Verisign Interview Question

Write a function to reverse a linked list in any language you prefer.

Interview Answer

Anonymous

Mar 27, 2009

Solutions are straightforward, but interviewers especially like it when you explain the thought process and draw diagrams to show what you plan on doing, as opposed to just straight coding super efficient but obscure C code.

1