ALL libraries (COBIB.SI union bibliographic/catalogue database)
  • Acceleration of sweep-line technique by employing smart quicksort
    Podgorelec, David ; Klajnšek, Gregor
    Quicksort is usually the best practical choice for sorting because it is, on average, remarkably efficient. Unfortunately, this popular algorithm has a significant drawback: the slowest performance ... is obtained in the simplest cases when input data are already initially sorted or only a slight perturbation occurs. In this paper, we propose a combination of quicksort and a new algorithm, which shows excellent time performance in sorting such crucial data arrays, and which is not much slower than quicksort in random cases. Our work was inspired by problems met when sorting polygon vertices in the sweep-line algorithms of computational geometry and, therefore, we have named the new algorithm 'vertex sort'. It splits the input array into three sub-arrays. Two of them are already sorted, and the third one is handled iteratively. A simple test decides whether to continue recursively with vertexsort or to employ quicksort in the second iteration. In this way, we achieve a situation where the worst case time complexity does not exceed the running times of quicksort, but the simplest cases are handled much faster (inlinear time) than random cases. We have named the combined algorithm 'smartquicksort' because of this desired property. In the last part of the paper, we prove its efficiency by employing it in a well-known sweep-line-based polygon triangulation algorithm.
    Source: Information sciences. - ISSN 0020-0255 (Vol. 169, iss. 3/4, Feb. 2005, str. 383-405)
    Type of material - e-article
    Publish date - 2005
    Language - english
    COBISS.SI-ID - 9318934

source: Information sciences. - ISSN 0020-0255 (Vol. 169, iss. 3/4, Feb. 2005, str. 383-405)
loading ...
loading ...
loading ...