Seller: GreatBookPrices, Columbia, MD, U.S.A.
US$ 44.06
Convert currencyQuantity: Over 20 available
Add to basketCondition: As New. Unread book in perfect condition.
Seller: Ria Christie Collections, Uxbridge, United Kingdom
US$ 40.81
Convert currencyQuantity: Over 20 available
Add to basketCondition: New. In.
Seller: GreatBookPrices, Columbia, MD, U.S.A.
US$ 54.46
Convert currencyQuantity: Over 20 available
Add to basketCondition: New.
Seller: Basi6 International, Irving, TX, U.S.A.
Condition: Brand New. New. US edition. Expediting shipping for all USA and Europe orders excluding PO Box. Excellent Customer Service.
Seller: GreatBookPricesUK, Woodford Green, United Kingdom
US$ 40.79
Convert currencyQuantity: Over 20 available
Add to basketCondition: New.
Seller: GreatBookPrices, Columbia, MD, U.S.A.
US$ 57.30
Convert currencyQuantity: Over 20 available
Add to basketCondition: As New. Unread book in perfect condition.
Seller: Romtrade Corp., STERLING HEIGHTS, MI, U.S.A.
Condition: New. This is a Brand-new US Edition. This Item may be shipped from US or any other country as we have multiple locations worldwide.
Seller: SMASS Sellers, IRVING, TX, U.S.A.
Condition: New. Brand New Original US Edition. Customer service! Satisfaction Guaranteed.
Seller: GreatBookPricesUK, Woodford Green, United Kingdom
US$ 45.50
Convert currencyQuantity: Over 20 available
Add to basketCondition: As New. Unread book in perfect condition.
Seller: Ria Christie Collections, Uxbridge, United Kingdom
US$ 52.01
Convert currencyQuantity: Over 20 available
Add to basketCondition: New. In.
Seller: GreatBookPrices, Columbia, MD, U.S.A.
US$ 65.66
Convert currencyQuantity: Over 20 available
Add to basketCondition: New.
Seller: Best Price, Torrance, CA, U.S.A.
Condition: New. SUPER FAST SHIPPING.
Seller: ALLBOOKS1, Direk, SA, Australia
US$ 70.16
Convert currencyQuantity: 1 available
Add to basketBrand new book. Fast ship. Please provide full street address as we are not able to ship toPOboxaddress.
Seller: GreatBookPricesUK, Woodford Green, United Kingdom
US$ 52.00
Convert currencyQuantity: Over 20 available
Add to basketCondition: New.
Seller: ALLBOOKS1, Direk, SA, Australia
US$ 71.11
Convert currencyQuantity: 1 available
Add to basketBrand new book. Fast ship. Please provide full street address as we are not able to ship toPOboxaddress.
Seller: ALLBOOKS1, Direk, SA, Australia
US$ 73.01
Convert currencyQuantity: 1 available
Add to basketBrand new book. Fast ship. Please provide full street address as we are not able to ship toPOboxaddress.
Seller: California Books, Miami, FL, U.S.A.
Condition: New.
Seller: ALLBOOKS1, Direk, SA, Australia
US$ 74.90
Convert currencyQuantity: 1 available
Add to basketBrand new book. Fast ship. Please provide full street address as we are not able to ship toPOboxaddress.
Seller: GreatBookPricesUK, Woodford Green, United Kingdom
US$ 58.67
Convert currencyQuantity: Over 20 available
Add to basketCondition: As New. Unread book in perfect condition.
Seller: ALLBOOKS1, Direk, SA, Australia
US$ 77.27
Convert currencyQuantity: 1 available
Add to basketBrand new book. Fast ship. Please provide full street address as we are not able to ship toPOboxaddress.
Seller: Books Puddle, New York, NY, U.S.A.
Condition: New. 1st ed. 2022 edition NO-PA16APR2015-KAP.
Seller: ALLBOOKS1, Direk, SA, Australia
US$ 92.84
Convert currencyQuantity: 1 available
Add to basketBrand new book. Fast ship. Please provide full street address as we are not able to ship toPOboxaddress.
Seller: Majestic Books, Hounslow, United Kingdom
US$ 84.53
Convert currencyQuantity: 1 available
Add to basketCondition: New.
Seller: Best Price, Torrance, CA, U.S.A.
Condition: New. SUPER FAST SHIPPING.
Seller: Lucky's Textbooks, Dallas, TX, U.S.A.
US$ 91.55
Convert currencyQuantity: Over 20 available
Add to basketCondition: New.
Seller: California Books, Miami, FL, U.S.A.
Condition: New.
Seller: UK BOOKS STORE, London, LONDO, United Kingdom
US$ 104.61
Convert currencyQuantity: 3 available
Add to basketPapeback. Condition: Brand New. Brand New! Fast Delivery This is an International Edition and ship within 24-48 hours. Deliver by FedEx and Dhl, & Aramex, UPS, & USPS and we do accept APO and PO BOX Addresses. Order can be delivered worldwide within 7-11 days and we do have flat rate for up to 2LB. Extra shipping charges will be requested if the Book weight is more than 5 LB. This Item May be shipped from India, United states & United Kingdom. Depending on your location and availability.
Seller: Biblios, Frankfurt am main, HESSE, Germany
US$ 95.99
Convert currencyQuantity: 1 available
Add to basketCondition: New.
Published by Springer Nature Switzerland AG, 2023
ISBN 10: 3030850935 ISBN 13: 9783030850937
Language: English
Seller: Revaluation Books, Exeter, United Kingdom
US$ 106.59
Convert currencyQuantity: 2 available
Add to basketPaperback. Condition: Brand New. 688 pages. 9.25x6.10x1.61 inches. In Stock.
Published by Springer International Publishing, 2023
ISBN 10: 3030850935 ISBN 13: 9783030850937
Language: English
Seller: AHA-BUCH GmbH, Einbeck, Germany
US$ 71.30
Convert currencyQuantity: 1 available
Add to basketTaschenbuch. Condition: Neu. Druck auf Anfrage Neuware - Printed after ordering - This textbook is about systematic problem solving and systematic reasoning using type-driven design. There are two problem solving techniques that are emphasized throughout the book: divide and conquer and iterative refinement. Divide and conquer is the process by which a large problem is broken into two or more smaller problems that are easier to solve and then the solutions for the smaller pieces are combined to create an answer to the problem. Iterative refinement is the process by which a solution to a problem is gradually made better-like the drafts of an essay. Mastering these techniques are essential to becoming a good problem solver and programmer.The book is divided in five parts. Part I focuses on the basics. It starts with how to write expressions and subsequently leads to decision making and functions as the basis for problem solving. Part II then introduces compound data of finite size, while Part III covers compound data of arbitrarysize like e.g. lists, intervals, natural numbers, and binary trees. It also introduces structural recursion, a powerful data-processing strategy that uses divide and conquer to process data whose size is not fixed. Next, Part IV delves into abstraction and shows how to eliminate repetitions in solutions to problems. It also introduces generic programming which is abstraction over the type of data processed. This leads to the realization that functions are data and, perhaps more surprising, that data are functions, which in turn naturally leads to object-oriented programming. Part V introduces distributed programming, i.e., using multiple computers to solve a problem.This book promises that by the end of it readers will have designed and implemented a multiplayer video game that they can play with their friends over the internet. To achieve this, however, there is a lot about problem solving and programming that must be learned first. The game is developed using iterative refinement. The reader learns step-by-step about programming and how to apply new knowledge to develop increasingly better versions of the video game. This way, readers practice modern trends that are likely to be common throughout a professional career and beyond.