Librería: Ria Christie Collections, Uxbridge, Reino Unido
EUR 23,46
Convertir monedaCantidad disponible: Más de 20 disponibles
Añadir al carritoCondición: New. In.
Publicado por Ladoo Publishing LLC 5/3/2023, 2023
ISBN 10: 1955786488 ISBN 13: 9781955786485
Idioma: Inglés
Librería: BargainBookStores, Grand Rapids, MI, Estados Unidos de America
EUR 22,03
Convertir monedaCantidad disponible: 5 disponibles
Añadir al carritoPaperback or Softback. Condición: New. Algorithms: Advanced Data Structures for Algorithms 0.68. Book.
Librería: GreatBookPrices, Columbia, MD, Estados Unidos de America
EUR 19,71
Convertir monedaCantidad disponible: Más de 20 disponibles
Añadir al carritoCondición: New.
Librería: GreatBookPrices, Columbia, MD, Estados Unidos de America
EUR 21,43
Convertir monedaCantidad disponible: Más de 20 disponibles
Añadir al carritoCondición: As New. Unread book in perfect condition.
Librería: Revaluation Books, Exeter, Reino Unido
EUR 28,69
Convertir monedaCantidad disponible: 2 disponibles
Añadir al carritoPaperback. Condición: Brand New. 226 pages. 9.00x6.00x0.48 inches. In Stock.
Librería: Books Puddle, New York, NY, Estados Unidos de America
EUR 30,73
Convertir monedaCantidad disponible: 4 disponibles
Añadir al carritoCondición: New.
Librería: GreatBookPricesUK, Woodford Green, Reino Unido
EUR 23,45
Convertir monedaCantidad disponible: Más de 20 disponibles
Añadir al carritoCondición: New.
Librería: GreatBookPricesUK, Woodford Green, Reino Unido
EUR 25,26
Convertir monedaCantidad disponible: Más de 20 disponibles
Añadir al carritoCondición: As New. Unread book in perfect condition.
Librería: California Books, Miami, FL, Estados Unidos de America
EUR 43,88
Convertir monedaCantidad disponible: Más de 20 disponibles
Añadir al carritoCondición: New.
Librería: Ria Christie Collections, Uxbridge, Reino Unido
EUR 45,55
Convertir monedaCantidad disponible: Más de 20 disponibles
Añadir al carritoCondición: New. In.
Librería: Books Puddle, New York, NY, Estados Unidos de America
EUR 57,04
Convertir monedaCantidad disponible: 4 disponibles
Añadir al carritoCondición: New.
Librería: Revaluation Books, Exeter, Reino Unido
EUR 61,14
Convertir monedaCantidad disponible: 2 disponibles
Añadir al carritoPaperback. Condición: Brand New. 600 pages. 9.00x6.00x1.49 inches. In Stock.
Librería: Lucky's Textbooks, Dallas, TX, Estados Unidos de America
EUR 39,03
Convertir monedaCantidad disponible: Más de 20 disponibles
Añadir al carritoCondición: New.
Librería: THE SAINT BOOKSTORE, Southport, Reino Unido
EUR 24,84
Convertir monedaCantidad disponible: Más de 20 disponibles
Añadir al carritoPaperback / softback. Condición: New. This item is printed on demand. New copy - Usually dispatched within 5-9 working days 308.
Librería: Majestic Books, Hounslow, Reino Unido
EUR 29,79
Convertir monedaCantidad disponible: 4 disponibles
Añadir al carritoCondición: New. Print on Demand.
Librería: AHA-BUCH GmbH, Einbeck, Alemania
EUR 30,36
Convertir monedaCantidad disponible: 1 disponibles
Añadir al carritoTaschenbuch. Condición: Neu. nach der Bestellung gedruckt Neuware - Printed after ordering - Are you studying data science and want to take your learning further Data structures are an integral part of data science, machine learning, and algorithms, all aimed at solving programming challenges that might seem insurmountable at the outset.Advanced Data Structures for Algorithms builds on your current knowledge, taking your learning much deeper and teaching you how to solve even the trickiest of challenges.This book has been divided into four parts:Part One covers advanced lists, including:¿ An overview of linked lists¿ Doubly linked lists¿ XOR linked lists¿ Self-organizing lists¿ Unrolled linked listsPart Two covers trees, including:¿ Segment trees¿ Trie trees¿ Fenwick trees¿ AVL trees¿ Red-black trees¿ Scapegoat trees¿ Treap¿ N-aryPart Three discusses disjoint sets or Union-finds, as they are sometimes knownPart Four covers heaps and priority queues, including:¿ A brief discussion on binary heaps¿ Binomial heaps¿ Fibonacci heaps¿ Leftist heaps¿ K-ary heaps¿ Iterative heapsortsYou'll find plenty of code examples to help you make sense of things and common-sense explanations.If you want to advance your knowledge of data structures for algorithms you are in the right place.
Librería: Biblios, Frankfurt am main, HESSE, Alemania
EUR 32,12
Convertir monedaCantidad disponible: 4 disponibles
Añadir al carritoCondición: New. PRINT ON DEMAND.
Librería: THE SAINT BOOKSTORE, Southport, Reino Unido
EUR 50,26
Convertir monedaCantidad disponible: Más de 20 disponibles
Añadir al carritoPaperback / softback. Condición: New. This item is printed on demand. New copy - Usually dispatched within 5-9 working days 713.
Librería: Majestic Books, Hounslow, Reino Unido
EUR 57,66
Convertir monedaCantidad disponible: 4 disponibles
Añadir al carritoCondición: New. Print on Demand.
Librería: Biblios, Frankfurt am main, HESSE, Alemania
EUR 60,08
Convertir monedaCantidad disponible: 4 disponibles
Añadir al carritoCondición: New. PRINT ON DEMAND.
Librería: AHA-BUCH GmbH, Einbeck, Alemania
EUR 65,27
Convertir monedaCantidad disponible: 1 disponibles
Añadir al carritoTaschenbuch. Condición: Neu. nach der Bestellung gedruckt Neuware - Printed after ordering - Have you ever wondered how a programmer develops games and writes code without having to think too much Do you want to know what makes a programmer confident about the code they write Do you want to learn how programmers use algorithms to determine how to structure their programs before they develop it If you did, this is the book for you.An algorithm is a set of rules or instructions you provide to a system. The system performs a specific process to answer a question using these instructions. As an amateur or expert, it is important for you to understand what an algorithm is and how you should define it. Once you learn to develop an algorithm, you can easily learn to develop code to execute that algorithm.This book will also show you how to implement the sorting and searching algorithms using C and Java programming languages, since these are the most common languages used by programmers. Bear in mind an algorithm is only a set of instructions, and this means you can use an algorithm to write code using different programming languages. You will only need to understand the properties of the programming language and use the right syntax.Are you interested in furthering your knowledge of algorithms Do you want to learn how they work for real-world problems Then you've come to the right place. This guide will walk you through algorithm design before digging into some of the top design techniques.Here's what you will learn:¿ The steps involved in designing an algorithm¿ The top algorithm design techniques¿ The Divide and Conquer algorithm¿ The Greedy Algorithm¿ Dynamic Programming¿ The Branch and Bound Algorithm¿ The Randomized Algorithm¿ Recursion and backtrackingAnd everything that goes with them.Included are plenty of algorithm designs and code implementations to show you how it all works.Are you studying data science and want to take your learning further Data structures are an integral part of data science, machine learning, and algorithms, all aimed at solving programming challenges that might seem insurmountable at the outset. Advanced Data Structures for Algorithms builds on your current knowledge, taking your learning much deeper and teaching you how to solve even the trickiest of challenges.This book has been divided into four parts:Part One covers advanced lists, including:¿ An overview of linked lists¿ Doubly linked lists¿ XOR linked lists¿ Self-organizing lists¿ Unrolled linked listsPart Two covers trees, including:¿ Segment trees¿ Trie trees¿ Fenwick trees¿ AVL trees¿ Red-black trees¿ Scapegoat trees¿ Treap¿ N-aryPart Three discusses disjoint sets or Union-finds, as they are sometimes knownPart Four covers heaps and priority queues, including:¿ A brief discussion on binary heaps¿ Binomial heapsand more !You'll find plenty of code examples to help you make sense of things and common-sense explanations.If you want to advance your knowledge of data structures for algorithms you are in the right place.