Externally indexed torrent
If you are the original uploader, contact staff to have it moved to your account
Textbook in PDF format
Programming patterns are solutions to problems that require the creation of a small fragment of code that will be part of a larger program. Hence, this book is about teaching you how to write such fragments of code. However, it is not about teaching you the syntax of the statements in the fragments, it assumes that you already know the syntax. Instead, it is about finding solutions to problems that arise when first learning to program.
Preface.
List of Figures.
List of Tables.
Patterns Requiring Knowledge of Types, Variables, and Arithmetic Operators.
Patterns Requiring Knowledge of Logical and Relational Operators, Conditions, and Methods.
Patterns Requiring Knowledge of Loops, Arrays, and I/O.
Patterns Requiring Advanced Knowledge of Arrays and Arrays of Arrays.
Patterns Requiring Knowledge of String Objects.
Patterns Requiring Knowledge of References