Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 303 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 303 Bytes

C++11/14 solution to ProgrammingPraxis and Euler projects wherever possible (in preference to C style coding), utilising stl/boost to succintly express the logic.

Aim is to show that modern c++ is (almost) as concise at Python.

If possible, going beyond the problem and showing a multicore/gpu version