Programming Ideas
Would you like to take your programming skills to the next level? Are you looking for ideas on what to program next? Have you outgrown the simple toy programs discussed in most programming books? In this case, Programming Ideas might be the book for you.
Programming Ideas is based on the notion that reading and writing real programs is the only way to master programming. Therefore, instead of teaching you how recursion works in theory, the book demonstrates a wide range of practical applications, from drawing fractals and geometric curves to multiplying arbitrarily large integers. The same approach is used to illustrate many other concepts such as backtracking, graph algorithms, functional programming, encoding data using bits, hashing, and computer arithmetic. All topics are illustrated using complete, working Java programs that can also be downloaded from Github.
The book was designed with self-learners in mind: every chapter includes a wide range of exercises and programming projects, usually with complete solutions.
Read the Book
Programming Ideas is currently available in two formats:
An online version that can be read free of charge and an electronic book in PDF format (DRM-free).
The two versions are mostly identical, but the PDF includes better cross-references and two extensive indexes.
A print version is in preparation.