Technical Project Interview Questions

17,802 technical project interview questions shared by candidates

Given 2 linked lists sorted in ascending order, write a function that will merge these lists into a single sorted list without copying the list contents. The node structure is of the form: struct Node { int value; struct Node *next; };
avatar

Member of Technical Staff

Interviewed at Riverbed Technology

2.9
Nov 10, 2012

Given 2 linked lists sorted in ascending order, write a function that will merge these lists into a single sorted list without copying the list contents. The node structure is of the form: struct Node { int value; struct Node *next; };

Viewing 1781 - 1790 interview questions

See Interview Questions for Similar Jobs

Glassdoor has 17,802 interview questions and reports from Technical project interviews. Prepare for your interview. Get hired. Love your job.