Given a permutation of n elements, stored as an array, we address the problem of replacing the permutation by its kth power. We aim to perform this operation quickly using o(n) bits of extra storage. To this end, we first present an algorithm for inverting permutations that uses O(lg^2 n) additional bits and runs in O(n lg n) worst case time. This result is then generalized to the situation in which the permutation is to be replaced by its kth power. An algorithm whose worst case running time is O(n lg n) and uses O(lg^2 n + min{k lg n, n^{3/4 + epsilon}}) additional bits is presented
Abstract: Memoryless computation is a modern technique to compute any function of a set of registers...
The ability to perform permutations of large data sets in place reduces the amount of necessary avai...
AbstractA parallel algorithm is presented for generating a permutation of size n. The algorithm uses...
The problem of storing permutations in a distributed manner arises in several common scenarios, such...
Every permutation of {1, 2, ... , N} can be written as the product of two involutions. As a conseque...
The ability to perform permutations of large data sets in place reduces the amount of necessary avai...
AbstractWe investigate the problem of succinctly representing an arbitrary permutation, π, on {0,…,n...
We investigate the problem of permuting n data items on an EREW PRAM with p processors using little ...
In this lecture, we will study the permutation problem. The input is an array A1 of size n where the...
We propose two new instructions, swperm and sieve, that can be used to efficiently complete an arbit...
Memoryless computation is a new technique to compute any function of a set of registers by updating ...
AbstractLRM-Trees are an elegant way to partition a sequence of values into sorted consecutive block...
[[abstract]]The authors present a parallel algorithm to generate the permutations of at most k out o...
In modern computation the volume of data-sets has increased dramatically. Since the majority of the...
Memoryless computation is a modern technique to compute any function of a set of registers by updati...
Abstract: Memoryless computation is a modern technique to compute any function of a set of registers...
The ability to perform permutations of large data sets in place reduces the amount of necessary avai...
AbstractA parallel algorithm is presented for generating a permutation of size n. The algorithm uses...
The problem of storing permutations in a distributed manner arises in several common scenarios, such...
Every permutation of {1, 2, ... , N} can be written as the product of two involutions. As a conseque...
The ability to perform permutations of large data sets in place reduces the amount of necessary avai...
AbstractWe investigate the problem of succinctly representing an arbitrary permutation, π, on {0,…,n...
We investigate the problem of permuting n data items on an EREW PRAM with p processors using little ...
In this lecture, we will study the permutation problem. The input is an array A1 of size n where the...
We propose two new instructions, swperm and sieve, that can be used to efficiently complete an arbit...
Memoryless computation is a new technique to compute any function of a set of registers by updating ...
AbstractLRM-Trees are an elegant way to partition a sequence of values into sorted consecutive block...
[[abstract]]The authors present a parallel algorithm to generate the permutations of at most k out o...
In modern computation the volume of data-sets has increased dramatically. Since the majority of the...
Memoryless computation is a modern technique to compute any function of a set of registers by updati...
Abstract: Memoryless computation is a modern technique to compute any function of a set of registers...
The ability to perform permutations of large data sets in place reduces the amount of necessary avai...
AbstractA parallel algorithm is presented for generating a permutation of size n. The algorithm uses...