GithubHelp home page GithubHelp logo

namanhd / idris2-proj Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 25 KB

insertion sort and bubble sort implementations carrying proofs of correctness

Idris 100.00%
bubble-sort dependent-types idris idris2 insertion-sort proof-assistant sorting-algorithms

idris2-proj's Introduction

Idris 2 project

CMSC 22500 Spring 2022

Proofs of correctness: Insertion sort and Bubble sort

This repo contains proof-carrying implementations of insertion sort (InsSort.idr) and bubble sort (BubbleSort.idr). The proof terms carried throughout the algorithms in dependent pairs prove the correctness of each sorting algorithm alongside giving the actual sort result. This includes

  • A proof that the output list is sorted
  • A proof that the output list is a permutation of the original input list.

The proofs are largely by induction, utilizing the invariants characteristic to each sorting algorithm. The details are hairy, but the comments in the code should have enough detail to walk one through the proof.

Written and working in Idris 2 (version 0.5.1); parts of the setup of the proofs, including the definitions of sortedness and permutations, are adapted from https://github.com/davidfstr/idris-insertion-sort; the rest of the proofs are original.

idris2-proj's People

Contributors

namanhd avatar redfish-bluefish avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.