From Mathematics to Generic Programming

From Mathematics to Generic Programming
Author :
Publisher : Addison-Wesley Professional
Total Pages : 311
Release :
ISBN-10 : 9780133491784
ISBN-13 : 0133491781
Rating : 4/5 (781 Downloads)

Book Synopsis From Mathematics to Generic Programming by : Alexander A. Stepanov

Download or read book From Mathematics to Generic Programming written by Alexander A. Stepanov and published by Addison-Wesley Professional. This book was released on 2014-11-13 with total page 311 pages. Available in PDF, EPUB and Kindle. Book excerpt: In this substantive yet accessible book, pioneering software designer Alexander Stepanov and his colleague Daniel Rose illuminate the principles of generic programming and the mathematical concept of abstraction on which it is based, helping you write code that is both simpler and more powerful. If you’re a reasonably proficient programmer who can think logically, you have all the background you’ll need. Stepanov and Rose introduce the relevant abstract algebra and number theory with exceptional clarity. They carefully explain the problems mathematicians first needed to solve, and then show how these mathematical solutions translate to generic programming and the creation of more effective and elegant code. To demonstrate the crucial role these mathematical principles play in many modern applications, the authors show how to use these results and generalized algorithms to implement a real-world public-key cryptosystem. As you read this book, you’ll master the thought processes necessary for effective programming and learn how to generalize narrowly conceived algorithms to widen their usefulness without losing efficiency. You’ll also gain deep insight into the value of mathematics to programming—insight that will prove invaluable no matter what programming languages and paradigms you use. You will learn about How to generalize a four thousand-year-old algorithm, demonstrating indispensable lessons about clarity and efficiency Ancient paradoxes, beautiful theorems, and the productive tension between continuous and discrete A simple algorithm for finding greatest common divisor (GCD) and modern abstractions that build on it Powerful mathematical approaches to abstraction How abstract algebra provides the idea at the heart of generic programming Axioms, proofs, theories, and models: using mathematical techniques to organize knowledge about your algorithms and data structures Surprising subtleties of simple programming tasks and what you can learn from them How practical implementations can exploit theoretical knowledge


From Mathematics to Generic Programming Related Books

From Mathematics to Generic Programming
Language: en
Pages: 311
Authors: Alexander A. Stepanov
Categories: Computers
Type: BOOK - Published: 2014-11-13 - Publisher: Addison-Wesley Professional

GET EBOOK

In this substantive yet accessible book, pioneering software designer Alexander Stepanov and his colleague Daniel Rose illuminate the principles of generic prog
Generic Programming
Language: en
Pages: 280
Authors: Mehdi Jazayeri
Categories: Computers
Type: BOOK - Published: 2003-06-29 - Publisher: Springer

GET EBOOK

This book constitutes the thoroughly refereed post-proceedings of the International Seminar on Generic Programming held in Dagstuhl Castle, Germany in April/May
Generic Programming
Language: en
Pages: 0
Authors: Mehdi Jazayeri
Categories: Computers
Type: BOOK - Published: 2003-06-29 - Publisher: Springer

GET EBOOK

Elements of Programming
Language: en
Pages: 282
Authors: Alexander Stepanov
Categories: Computers
Type: BOOK - Published: 2019-06-27 - Publisher: Lulu.com

GET EBOOK

Elements of Programming provides a different understanding of programming than is presented elsewhere. Its major premise is that practical programming, like oth
Generic Programming
Language: en
Pages: 246
Authors: Jeremy Gibbons
Categories: Computers
Type: BOOK - Published: 2013-04-17 - Publisher: Springer

GET EBOOK

Generic programming is about making programs more adaptable by making them more general. Generic programs often embody non-traditional kinds of polymorphism; or