elements_in_rust icon indicating copy to clipboard operation
elements_in_rust copied to clipboard

Algorithms and Concepts from Stepanov's "Elements of Programming" implemented in Rust

elements_in_rust

Algorithms and Concepts from Stepanov's "Elements of Programming" implemented in Rust. Starting with chapter 6 "Iterators", because I think this is the most complex to implement in terms of type mechanics. Curerntly all the algorithms for Iterators and ForwardIterators are implemented along with some simple tests.