VFA: Verified Functional Algorithms

Perm: Basic techniques for permutations and ordering

Sort: Insertion sort

Multiset: Insertion sort with multisets

Selection: Selection sort, with specification and proof of correctness

SearchTree: Binary search trees

ADT: Abstract data types

Extraction: Running Coq programs in ML

Redblack: Implementation and proof of red-black trees

Trie: Number representations and efficient lookup tables

Priqueue: Priority queues

Binom: Binomial queues

Decide: programming with decision procedures

Color: Graph coloring