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.7.0.tar.gz
md5=489ce4001974d6aae7171cbace5a4ba9

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.7" & < "8.8~"
  2. ocaml

Dev Dependencies

None

Used by

None

Conflicts

None