Parallel longest increasing subsequences in scalable time and memory

8Citations
Citations of this article
4Readers
Mendeley users who have this article in their library.
Get full text

Abstract

The longest increasing subsequence (LIS) problem is a classical problem in theoretical computer science and mathematics. Most existing parallel algorithms for this problem have very restrictive slackness conditions which prevent scalability to large numbers of processors. Other algorithms are scalable, but not work-optimal w.r.t. the fastest sequential algorithm for the LIS problem, which runs in time O(n log n) for n numbers in the comparison-based model. In this paper, we propose a new parallel algorithm for the LIS problem. Our algorithm solves the more general problem of semi-local comparison of permutation strings of length n in time O(n 1.5 / p) on p processors, has scalable communication cost of O(n/ √p) and is synchronisation- efficient. Furthermore, we achieve scalable memory cost, requiring O(n/ √p) of storage on each processor. When applied to LIS computation, this algorithm is superior to previous approaches since computation, communication, and memory costs are all scalable. © 2010 Springer-Verlag Berlin Heidelberg.

Cite

CITATION STYLE

APA

Krusche, P., & Tiskin, A. (2010). Parallel longest increasing subsequences in scalable time and memory. In Lecture Notes in Computer Science (including subseries Lecture Notes in Artificial Intelligence and Lecture Notes in Bioinformatics) (Vol. 6067 LNCS, pp. 176–185). https://doi.org/10.1007/978-3-642-14390-8_19

Register to see more suggestions

Mendeley helps you to discover research relevant for your work.

Already have an account?

Save time finding and organizing research with Mendeley

Sign up for free