Improving Mergesort for Linked Lists

  • Authors:
  • Salvador Roura

  • Affiliations:
  • -

  • Venue:
  • ESA '99 Proceedings of the 7th Annual European Symposium on Algorithms
  • Year:
  • 1999

Quantified Score

Hi-index 0.00

Visualization

Abstract

We present a highly tuned mergesort algorithm that improves the cost bounds when used to sort linked lists of elements.We provide empirical comparisons of our algorithm with other mergesort algorithms. The paper also illustrates the sort of techniques that allow to speed a divide-and-conquer algorithm.