Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 335 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 335 Bytes

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.