Librería: -OnTimeBooks-, Phoenix, AZ, Estados Unidos de America
EUR 15,25
Cantidad disponible: 1 disponibles
Añadir al carritoCondición: good. A copy that has been read, remains in good condition. All pages are intact, and the cover is intact. The spine and cover show signs of wear. Pages can include notes and highlighting and show signs of wear, and the copy can include "From the library of" labels or previous owner inscriptions. 100% GUARANTEE! Shipped with delivery confirmation, if you're not satisfied with purchase please return item for full refund. Ships via media mail.
Librería: Books Puddle, New York, NY, Estados Unidos de America
EUR 22,53
Cantidad disponible: 1 disponibles
Añadir al carritoCondición: New.
Librería: Majestic Books, Hounslow, Reino Unido
EUR 19,94
Cantidad disponible: 1 disponibles
Añadir al carritoCondición: New.
Librería: GreatBookPrices, Columbia, MD, Estados Unidos de America
EUR 35,63
Cantidad disponible: Más de 20 disponibles
Añadir al carritoCondición: As New. Unread book in perfect condition.
Librería: GreatBookPrices, Columbia, MD, Estados Unidos de America
EUR 39,66
Cantidad disponible: Más de 20 disponibles
Añadir al carritoCondición: New.
Librería: PBShop.store US, Wood Dale, IL, Estados Unidos de America
EUR 42,02
Cantidad disponible: 1 disponibles
Añadir al carritoPAP. Condición: New. New Book. Shipped from UK. Established seller since 2000.
Librería: Rarewaves USA, OSWEGO, IL, Estados Unidos de America
EUR 44,53
Cantidad disponible: Más de 20 disponibles
Añadir al carritoPaperback. Condición: New.
Librería: PBShop.store UK, Fairford, GLOS, Reino Unido
EUR 38,71
Cantidad disponible: 1 disponibles
Añadir al carritoPAP. Condición: New. New Book. Shipped from UK. Established seller since 2000.
Publicado por Bpb Publications 8/17/2024, 2024
ISBN 10: 9365891345 ISBN 13: 9789365891348
Idioma: Inglés
Librería: BargainBookStores, Grand Rapids, MI, Estados Unidos de America
EUR 49,24
Cantidad disponible: 5 disponibles
Añadir al carritoPaperback or Softback. Condición: New. Think in Recursion in Algorithmic Programming: Write recursive computer algorithms to solve complex problems (English Edition). Book.
Librería: Ria Christie Collections, Uxbridge, Reino Unido
EUR 38,74
Cantidad disponible: Más de 20 disponibles
Añadir al carritoCondición: New. In.
Librería: Rarewaves.com USA, London, LONDO, Reino Unido
EUR 53,62
Cantidad disponible: Más de 20 disponibles
Añadir al carritoPaperback. Condición: New.
Librería: GreatBookPricesUK, Woodford Green, Reino Unido
EUR 38,70
Cantidad disponible: Más de 20 disponibles
Añadir al carritoCondición: New.
Librería: GreatBookPricesUK, Woodford Green, Reino Unido
EUR 41,90
Cantidad disponible: Más de 20 disponibles
Añadir al carritoCondición: As New. Unread book in perfect condition.
Librería: Rarewaves USA United, OSWEGO, IL, Estados Unidos de America
EUR 46,23
Cantidad disponible: Más de 20 disponibles
Añadir al carritoPaperback. Condición: New.
EUR 47,67
Cantidad disponible: Más de 20 disponibles
Añadir al carritoPaperback. Condición: New.
Publicado por BPB Publications, New Delhi, 2024
ISBN 10: 9365891345 ISBN 13: 9789365891348
Idioma: Inglés
Librería: CitiRetail, Stevenage, Reino Unido
EUR 43,82
Cantidad disponible: 1 disponibles
Añadir al carritoPaperback. Condición: new. Paperback. Recursion, a fundamental programming concept, empowers developers to solve complex problems elegantly and efficiently. However, excelling at recursion can be challenging due to its counterintuitive nature. This book is your comprehensive guide to understanding and applying recursion in your programming journey. This book is a complete guide to understanding recursion, starting from the basics and moving to more complex topics. It explains what recursion is and how it is different from iteration, using easy examples like calculating the factorial of a number, raising numbers to a power, and the Fibonacci sequence. The book then goes into more advanced topics like backtracking, dynamic programming, and tree traversal. It shows how to break big problems into smaller, manageable parts and how to make solutions faster with memoization. Real-world examples like the knapsack problem and finding the shortest path in a network are included. Master recursion fundamentals and apply them to real-world problems. Explore advanced recursion techniques and optimization strategies. Gain hands-on experience with practical recursion examples. This item is printed on demand. Shipping may be from our UK warehouse or from our Australian or US warehouses, depending on stock availability.
Librería: preigu, Osnabrück, Alemania
EUR 42,40
Cantidad disponible: 5 disponibles
Añadir al carritoTaschenbuch. Condición: Neu. Think in Recursion in Algorithmic Programming | Write recursive computer algorithms to solve complex problems (English Edition) | Fang Jin | Taschenbuch | Englisch | 2024 | BPB Publications | EAN 9789365891348 | Verantwortliche Person für die EU: Libri GmbH, Europaallee 1, 36244 Bad Hersfeld, gpsr[at]libri[dot]de | Anbieter: preigu Print on Demand.
Librería: AHA-BUCH GmbH, Einbeck, Alemania
EUR 50,51
Cantidad disponible: 2 disponibles
Añadir al carritoTaschenbuch. Condición: Neu. nach der Bestellung gedruckt Neuware - Printed after ordering - DESCRIPTIONRecursion, a fundamental programming concept, empowers developers to solve complex problems elegantly and efficiently. However, excelling at recursion can be challenging due to its counterintuitive nature. This book is your comprehensive guide to understanding and applying recursion in your programming journey.This book is a complete guide to understanding recursion, starting from the basics and moving to more complex topics. It explains what recursion is and how it is different from iteration, using easy examples like calculating the factorial of a number, raising numbers to a power, and the Fibonacci sequence. The book then goes into more advanced topics like backtracking, dynamic programming, and tree traversal. It shows how to break big problems into smaller, manageable parts and how to make solutions faster with memoization. Real-world examples like the knapsack problem and finding the shortest path in a network are included.By the end of this book, readers will have a strong grasp of recursion, understanding not just how it works but also its practical applications. They will learn about Big O notation, which is crucial for evaluating the performance and efficiency of algorithms. Additionally, they will become familiar with function stacks, which play a vital role in understanding how recursive calls are managed in memory.KEY FEATURES¿ Master recursion fundamentals and apply them to real-world problems.¿ Explore advanced recursion techniques and optimization strategies.¿ Gain hands-on experience with practical recursion examples.WHAT YOU WILL LEARN¿ Understand the basics of recursive algorithms and their nature.¿ Learn to plan, write, and stop recursion with boundary conditions.¿ Analyze recursive algorithm efficiency using Big O notation.¿ Differentiate between classical recursion and backtracking techniques.¿ Optimize recursion with memorization to improve performance.WHO THIS BOOK IS FORThe target audience for this book includes any programmer or engineer from diverse professional or academic backgrounds. This book can also be resourceful for anyone who wants to take programming industry job interviews, where often some basic recursive questions are asked to be solved quickly on site.