Skip to content

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

Notifications You must be signed in to change notification settings

keean/elements_in_rust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages