Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 411 Bytes

File metadata and controls

3 lines (2 loc) · 411 Bytes

Formal Verification of the Correctness of a Bubble Sort Implementation Using Coq

The bubble sort algorithm has been implemented in a functional manner. Then the correctness of the implementation has been formally verified using Coq. Particularly, the files Perm.v and BubbleSort.v is pertinent to the proposal, and the other .v files are preparatory materials used along the way for learning purposes.