Technical Service Interview Questions

17,966 technical service 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 1831 - 1840 interview questions

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