These are my solutions to the exercises from the book "Exercises for Programmers: 57 Challenges to Develop Your Coding Skills" by Brian P. Hogan, published by The Pragmatic Programmers, and availabel. The exercises are published language agnostic, and I chose to complete them in Rust 🦀.
57 is a bit of an arbitrary number. I wonder if this is a reference to Heinz's 57 varieties.
📖 Get the book direct from PragProg here.
All solutions linked below:
Idx | Title |
---|---|
01 | Saying Hello |
02 | Counting the Number of Characters |
03 | Printing Quotes |
04 | Mad Lib |
05 | Simple Math |
06 | Retirement Calculator |
07 | Area of a Rectangular Room |
08 | Pizza Party |
09 | Paint Calculator |
10 | Self-Checkout |
11 | Currency Conversion |
12 | Computing Simple Interest |
13 | Determining Compound Interest |