Tag: Datastructure

Linklist Mergesort

Posted on 2014-01-24 03:27:36 +0900 in Data structure Datastructure Sourcecode

Linkedlist mergesort in Linux kernal Merge sort on array can be easily done due to it is easy to find the specific data in a any given position index value. While, if it were the case in the linkedlist, it would be tough to implemente the mergesort efficienty. Thanks to...

Read more...