Interview Questions

How can I sort a linked list?

C Interview Questions and Answers


(Continued from previous question...)

How can I sort a linked list?

Both the merge sort and the radix sort are good sorting algorithms to use for linked lists.

(Continued on next question...)

Other Interview Questions