marco10507 / formalization-of-sorting-algorithms

some sorting algorithms' formalisation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Formalization of sorting algorithms in Isabelle/HOL

  • Insertion sort
    • Tail recursive
    • Non-tail recursive
  • Selection sort
    • Tail recursive
    • Non-tail recursive
  • Merge sort
    • Tail recursive

About

some sorting algorithms' formalisation


Languages

Language:Isabelle 100.0%