package coq-quicksort-complexity

  1. Overview
  2. No Docs
Proofs of Quicksort's worst- and average-case complexity

Install

Dune Dependency

Authors

Maintainers

Sources

v8.8.0.tar.gz
md5=86b001d6780b06f5e725cb197ea61d8e

Description

The development contains:

  • a set of monads and monad transformers for measuring a (possibly nondeterministic) algorithm's use of designated operations;
  • monadically expressed deterministic and nondeterministic implementations of Quicksort;
  • proofs of these implementations' worst- and average case complexity.

Most of the development is documented in the TYPES 2008 paper "A Machine-Checked Proof of the Average-Case Complexity of Quicksort in Coq", available at the homepage.

Dependencies (2)

  1. coq >= "8.8" & < "8.9~"
  2. ocaml

Dev Dependencies

None

Used by

None

Conflicts

None