Verifying Programs with StainlessExplores the verification of programs using Stainless, focusing on functional correctness, proof assistants, and automation of reasoning tasks.
A Closer Look at ListsCovers list construction, methods, and implementations, including exercises and complexity analysis.
Purely Functional Priority QueueCovers optimal purely functional priority queues, Scala implementation, Stainless integration, operations properties, and binomial queues.
Introduction to ArraysCovers the introduction to arrays in C++, including their use, limitations, and solutions.