April 2018
Intermediate to advanced
224 pages
7h
English
This book contains many examples of source code, both in separate examples and inline with normal text. In both cases, source code is formatted in a fixed-width font like this to separate it from ordinary text.
In some places, original source code has been reformatted with added line breaks and reworked indentation to accommodate the
available page space in the book. Wrapped code lines are often indicated with line-continuation markers (
).
A GitHub repository with the code for the book is available: https://github.com/davecom/ClassicComputerScienceProblemsInSwift. A zip file containing the code ...