Technical Program Interview Questions

18,448 technical program 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 1891 - 1900 interview questions

See Interview Questions for Similar Jobs

Glassdoor has 18,448 interview questions and reports from Technical program interviews. Prepare for your interview. Get hired. Love your job.