Saturday 21 September 2013

How can a linked list be sorted

How can a linked list be sorted?


Algorithms like insertion sort and merge sort can be used to sort a link list. Another way is to keep the list in order as it is built in. 

No comments:

Post a Comment