Domanda di colloquio di Amazon

Add two numbers represented by linked list, starting from higher digit.

Risposte di colloquio

Anonimo

20 set 2011

First, reverse the linked list. Then add it.

2

Anonimo

23 set 2011

use recursion