Skip to content

Proofs and exercises from "Elements of Programming" by Stepanov (author of C++ STL) and McJones

Notifications You must be signed in to change notification settings

robot-dreams/eop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eop

In December 2015 I spent 11 days working through the masterpiece "Elements of Programming" by Alexander Stepanov and Paul McJones. This repository is the result of those 11 days.

I've written up proofs to most of the lemmas stated in the text here: https://github.com/robot-dreams/eop/blob/master/lemmas.md

The code in this repository is a combination of code copied directly from the text and my own work (natural extensions + solutions to exercises). You shouldn't expect to find any of the actual code particularly useful--it's likely that everything here already has some (more optimized and polished) counterpart in the C++ STL or another library (Boost?). However, here are some highlights:

About

Proofs and exercises from "Elements of Programming" by Stepanov (author of C++ STL) and McJones

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published