|En la categoría:
¿Quieres vender uno?

Think Like a Programmer Book Bundle

lmikaseller
(38)
Registrado como vendedor particular
Por tanto, no se aplican las normas de protección de los consumidores derivadas de la legislación de la UE en materia de consumidores. La Garantía al cliente de eBay sigue aplicando a la mayoría de compras. Más información
USD30,00
Aproximadamente25,87 EUR
Estado:
En buen estado
Otros usuarios están viendo este artículo. 2 lo han añadido a su lista de seguimiento.
Envío:
Gratis USPS Ground Advantage®.
Ubicado en: Flagstaff, Arizona, Estados Unidos
Entrega:
Entrega prevista entre el mar. 22 jul. y el lun. 28 jul. a 94104
Calculamos el plazo de entrega con un método patentado que combina diversos factores, como la proximidad del comprador a la ubicación del artículo, el servicio de envío seleccionado, el historial de envíos del vendedor y otros datos. Los plazos de entrega pueden variar, especialmente en épocas de mucha actividad.
Devoluciones:
No se aceptan devoluciones.
Pagos:
    Diners Club

Compra con confianza

Garantía al cliente de eBay
Si no recibes el artículo que has pedido, te devolvemos el dinero. Más informaciónGarantía al cliente de eBay - se abre en una nueva ventana o pestaña
El vendedor asume toda la responsabilidad de este anuncio.
N.º de artículo de eBay:326423896559
Última actualización el 07 mar 2025 18:40:19 H.EspVer todas las actualizacionesVer todas las actualizaciones

Características del artículo

Estado
En buen estado: Libro que se ha leído pero que está en buen estado. Daños mínimos en la tapa, ...
ISBN
9781593274245

Acerca de este producto

Product Identifiers

Publisher
No Starch Press, Incorporated
ISBN-10
1593274246
ISBN-13
9781593274245
eBay Product ID (ePID)
114101405

Product Key Features

Number of Pages
256 Pages
Publication Name
Think like a Programmer : an Introduction to Creative Problem Solving
Language
English
Subject
Programming / General, Programming Languages / C++, Programming / Algorithms, Decision-Making & Problem Solving
Publication Year
2012
Features
New Edition
Type
Textbook
Subject Area
Computers, Business & Economics
Author
V. Anton Spraul
Format
Trade Paperback

Dimensions

Item Height
0.7 in
Item Weight
16.3 Oz
Item Length
9.2 in
Item Width
7 in

Additional Product Features

Intended Audience
Trade
Reviews
"The author is obviously very knowledgeable and experienced with teaching hard concepts to new learners and this shows in his no-nonsense, down-to-earth but enjoyable writing style." --Adrian Woodhead, Slashdot "Spraul has taught intro computer science classes for over fifteen years and it shows. He does a great job showing the theory using concrete examples, and rightfully puts a great deal of emphasis on programming exercises to strengthen the concepts." --Ariane Coffin, Wired.com's GeekMom "The combination of conceptual overview and common problem-solving techniques that are applicable to many applications make this a particularly feasible way to supplement or review programming skills while learning a systematic approach to problem solving." --Choice Magazine "This is one of the most helpful books I've read, due to the fact that it guides you towards designing a system for yourself, as opposed to encouraging a mindset where there can be only one correct method." --Lucas Westermann, Full Circle Magazine "The book is well-written, with tons of excellent advice and solid, well-thought-out examples. If you're willing to devote some time to studying the material, you'll soon find yourself equipped with an impressive array of problem-solving strategies and, maybe, a new outlook on programming." --Phil Bull, author of the official Ubuntu documentation "I guarantee if you work through the entire book you will stretch your brain." --David Bolton, About.com C/C++/C# "I would definitely recommend this book as a companion to whatever text is used to introduce [new students] to programming and/or program logic." --Joe Saur, The ACM's Software Engineering Notes Magazine "[V. Anton Spraul's] advice is simple, straightforward, and practical. It's an easy--and valuable--read." --James Powell, Enterprise Systems "I highly recommend Think Like a Programmer to anyone who wants to hone their creative problem-solving skills or to anyone who has learned to program, but doesn't feel that they fully understand the concepts." --Robert Perkins, Game Vortex "This is definitely a book that I would use in teaching programming to others." --Stephen Chapman, Ask Felgall
Dewey Edition
23
Dewey Decimal
005.1
Edition Description
New Edition
Table Of Content
Introduction Chapter 1: Strategies for Problem Solving Chapter 2: Pure Puzzles Chapter 3: Solving Problems with Arrays Chapter 4: Solving Problems with Pointers and Dynamic Memory Chapter 5: Solving Problems with Classes Chapter 6: Solving Problems with Recursion Chapter 7: Solving Problems with Code Reuse Chapter 8: Thinking Like a Programmer Index
Synopsis
Many programmers struggle to write programs, even though they understand their chosen programming language. Programming isn't about syntax--it's about problem solving, and all good programmers can solve problems. Unfortunately, most programming books focus on syntax and semantics, resulting in programmers who can't make the leap from reading programs to writing them. Think Like a Programmer bridges that gap, teaching readers how to solve problems systematically, offering numerous techniques and examples designed to demonstrate how to organize thoughts, discover solutions, and find strategies to solve certain classes of problems. Programming, and especially problem solving, is a creative activity, and although this book won't tell anyone precisely what to do in a given circumstance, it will help readers develop their latent problem-solving abilities so that they will know what they should do. Think Like a Programmer is designed to help readers become the programmers they were meant to be., The real challenge of programming isn't learning a language's syntax--it's learning to creatively solve problems so you can build something great. In this one-of-a-kind text, author V. Anton Spraul breaks down the ways that programmers solve problems and teaches you what other introductory books often ignore: how to Think Like a Programmer . Each chapter tackles a single programming concept, like classes, pointers, and recursion, and open-ended exercises throughout challenge you to apply your knowledge. You'll also learn how to: -Split problems into discrete components to make them easier to solve -Make the most of code reuse with functions, classes, and libraries -Pick the perfect data structure for a particular job -Master more advanced programming tools like recursion and dynamic memory -Organize your thoughts and develop strategies to tackle particular types of problems Although the book's examples are written in C++, the creative problem-solving concepts they illustrate go beyond any particular language; in fact, they often reach outside the realm of computer science. As the most skillful programmers know, writing great code is a creative art--and the first step in creating your masterpiece is learning to Think Like a Programmer ., "Think Like a Programmer" teaches readers how to solve problems systematically, offering numerous techniques and examples designed to demonstrate how to organize thoughts, discover solutions, and find strategies to solve certain classes of problems., The real challenge of programming isn't learning a language's syntax it's learning to creatively solve problems so you can build something great. In this one-of-a-kind text, author V. Anton Spraul breaks down the ways that programmers solve problems and teaches you what other introductory books often ignore: how to Think Like a Programmer. Each chapter tackles a single programming concept, like classes, pointers, and recursion, and open-ended exercises throughout challenge you to apply your knowledge. You'll also learn how to: Split problems into discrete components to make them easier to solve Make the most of code reuse with functions, classes, and libraries Pick the perfect data structure for a particular job Master more advanced programming tools like recursion and dynamic memory Organize your thoughts and develop strategies to tackle particular types of problems Although the book's examples are written in C++, the creative problem-solving concepts they illustrate go beyond any particular language; in fact, they often reach outside the realm of computer science. As the most skillful programmers know, writing great code is a creative art and the first step in creating your masterpiece is learning to Think Like a Programmer.
LC Classification Number
QA76.6.S685 2012

Descripción del artículo del vendedor

Acerca de este vendedor

lmikaseller

100% de votos positivos64 artículos vendidos

Se unió el may 2012
Registrado como vendedor particularPor tanto, no se aplican los derechos de los consumidores derivados de las leyes de protección de los consumidores de la UE. La Garantía al cliente de eBay sigue aplicando a la mayoría de compras. Más informaciónMás información

Votos de vendedor (25)

Todas las valoraciones
Positivas
Neutras
Negativas
  • o***m (661)- Votos emitidos por el comprador.
    Últimos 6 meses
    Compra verificada
    Item was as described, was shipped promptly and packaged well. Overall, a very easy transaction. Recommended seller, would do business with again - Thanks!
  • h***a (1147)- Votos emitidos por el comprador.
    Último año
    Compra verificada
    Everything was as described. Trusted seller
  • i***s (317)- Votos emitidos por el comprador.
    Últimos 6 meses
    Compra verificada
    My book arrived in perfect condition. Thank you!