This repository contains solutions to exercises from the book:
Joe Pitt-Francis and Johnatan Whiteley, "Guide to Scientific Computing in C++". Springer, 2012.
The code is organized per chapters, and the file name convention is ex<exercise_number>.cpp
, or in some cases ex<exercise_number>_<exerise_subnumbers>.cpp
. The latter case occurs when the sub-exercises require code change that will affect the previous sub-exercises.
IMPORTANT:
- The presented solutions come with no correctness guarantees.
- Exercises are solved with tools and concepts introduced in the book up to the corresponding chapter.