Abstract
In this paper two cost-optimal parallel algorithms are presented for constructing a B-tree for a sorted list of N keys. These two parallel algorithms are designed on the shared-memory SIMD computer: one, based on the EREW model, uses Nloglog N processors and requiresO(loglog N) time; the other, based on the CREW model, uses N processors and requires O(1) time.