Proceedings of the 19th Annual IEEE Symposium on Logic in Computer Science
Download PDF

Abstract

A static algorithm is one that computes the result of a query about the output for a single, fixed input. For example, a static sorting algorithm is one that takes as input a set of keys, and permits queries about the relative order of these keys according to some ordering relation. A dynamic, or incremental, algorithm is one that permits queries about the output to be interleaved with operations that incrementally modify the input. For example, a dynamic sorting algorithm is one that would permit insertion or deletion of keys to be interleaved with queries about their relative ordering.
Like what you’re reading?
Already a member?
Get this article FREE with a new membership!

Related Articles