The document describes the implementation and verification of a bubble sort algorithm using the Frama-C software analysis platform. It includes the C code implementation of bubble sort, pre and post conditions specified in contracts, annotations added to the code, and an example run demonstrating that the inner loop maintains the partially sorted property.