Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 346 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 346 Bytes

I'll fill this out more in the future.

For fun, I thought it would be cool to pull together a playgoround of well-known algorithms, and try mechanizing and formalizing them. So far, this contains the following:

  1. A functional implementation of the Insertion Sort algorithm, along with ~215 lines of Coq formalizing and proving its correctness.