Contents

-

A CRCW PRAM Lower Bound for Problems on Two Dimensional Arrays

Clive N.Galley1
1Department of Computer Science Kings College London University of London

Abstract

An array A[i,j], 1in,1jn, has a period A[p,p] of dimension p×p if A[i,j]=A[i+p,j+p] for i,j=1np. The period of Ap,p is the shortest such p.We study two-dimensional pattern matching, and several other related problems, all of which depend on finding the period of an array.In summary, finding the period of an array in parallel using p processors for general alphabets has the following bounds:
{Θ(n2p)if pn2loglogn,n>173(1.1)Θ(loglogn)if n2loglogn<p173(1.2)Θ(loglog2pn2p)if n2p173(1.3)Θ(loglog2pn2p)if n2log2npn4, n large enough(1.4)