HRD. Zustand: New. New Book. Shipped from UK. Established seller since 2000.
Paperback. Zustand: Good. It's a preowned item in good condition and includes all the pages. It may have some general signs of wear and tear, such as markings, highlighting, slight damage to the cover, minimal wear to the binding, etc., but they will not affect the overall reading experience.
Paperback. Zustand: Very Good. It's a well-cared-for item that has seen limited use. The item may show minor signs of wear. All the text is legible, with all pages included. It may have slight markings and/or highlighting.
EUR 45,41
Anzahl: 15 verfügbar
In den WarenkorbHRD. Zustand: New. New Book. Shipped from UK. Established seller since 2000.
Zustand: 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.
PAP. Zustand: New. New Book. Shipped from UK. Established seller since 2000.
EUR 58,16
Anzahl: 1 verfügbar
In den WarenkorbZustand: New.
EUR 54,92
Anzahl: 2 verfügbar
In den WarenkorbPaperback. Zustand: Brand New. 338 pages. 9.25x7.50x0.75 inches. In Stock.
Zustand: 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.
Sprache: Englisch
Verlag: Manning Publications Company, 2021
ISBN 10: 1617295485 ISBN 13: 9781617295485
Anbieter: Majestic Books, Hounslow, Vereinigtes Königreich
EUR 61,92
Anzahl: 4 verfügbar
In den WarenkorbZustand: New.
Zustand: New.
Anbieter: Revaluation Books, Exeter, Vereinigtes Königreich
EUR 64,69
Anzahl: 2 verfügbar
In den WarenkorbPaperback. Zustand: Brand New. pap/psc edition. 737 pages. 9.25x7.50x1.50 inches. In Stock.
Zustand: New. 2021. 1st Edition. Paperback. . . . . . Books ship from the US and Ireland.
Verlag: Embassy Pictures, Los Angeles, 1962
Anbieter: Royal Books, Inc., ABAA, Baltimore, MD, USA
Collection of 6 vintage black-and-white still photographs from the 1961 Italian film. Marcello Mastroianni is a bored man, bored with life and his wife. He falls in love with a younger woman, and since divorce is illegal in Italy unless there is just cause (like catching your spouse committing adultery), he decides to find his wife another lover. That way he wont need to kill her. 8 x 10 inches. Very Good plus, with light creases and toning overall. Several pinholes to a few; one with a small chip and corresponding closed tears.
EUR 40,84
Anzahl: 2 verfügbar
In den WarenkorbZustand: NEW.
Anbieter: Revaluation Books, Exeter, Vereinigtes Königreich
EUR 81,23
Anzahl: 1 verfügbar
In den WarenkorbPaperback. Zustand: Brand New. pap/psc edition. 737 pages. 9.25x7.50x1.50 inches. In Stock.
Zustand: New. Über den AutorrnrnMarcello La Rocca is a research scientist and a full-stack engineer. His focus is on optimization algorithms, genetic algorithms, machine learning, and quantum computing.KlappentextAs a s.
Anbieter: libreriauniversitaria.it, Occhiobello, RO, Italien
EUR 33,25
Anzahl: Mehr als 20 verfügbar
In den WarenkorbZustand: NEW.
Sprache: Englisch
Verlag: Manning Publications Aug 2024, 2024
ISBN 10: 1633436993 ISBN 13: 9781633436992
Anbieter: AHA-BUCH GmbH, Einbeck, Deutschland
Buch. Zustand: Neu. Neuware - Don't be perplexed by data structures! This fun, friendly, and fully illustrated guide makes it easy to learn useful data structures you'll put to work every day.Grokking Data Structures makes it a breeze to learn the most useful day-to-day data structures. You'll follow a steady learning path from absolute basics to advanced concepts, all illustrated with fun examples, engaging industry stories, and hundreds of graphics and cartoons. In Grokking Data Structures you'll learn how to: Understand the most important and widely used data structures Identify use cases where data structures make the biggest difference Pick the best data structure solution for a coding challenge Understand the tradeoffs of data structures and avoid catastrophes Implement basic data collections like arrays, linked lists, stacks, and priority queues Use trees and binary search trees (BSTs) to organize data Use graphs to model relationships and learn about complex data Efficiently search by key using hash tables and hashing functions Reason about time and memory requirements of operations on data structures Grokking Data Structures carefully guides you from the most basic data structures like arrays or linked lists all the way to powerful structures like graphs. It's perfect for beginners, and you won't need anything more than high school math to get started. Each data structure you encounter comes with its own complete Python implementation so you can start experimenting with what you learn right away. Foreword by Daniel Zingaro. Purchase of the print book includes a free Elektronisches Buch in PDF and ePub formats from Manning Publications. About the technology Data structures are vital for shaping and handling your data organization. They're also an important part of most IT job interviews! Whether you're new to data structures or just dusting off what you learned in school, this book will get you up to speed fast with no advanced math, abstract theory, or complicated proofs. About the book Grokking Data Structures introduces common and useful data structures that every developer needs to know. Real-world examples show you how data structures are used in practice, from making your searches faster to handling triage in an emergency room. You'll love the fun cartoons, insightful stories, and useful Python code samples that make data structures come alive. And unlike jargon-laden academic texts, this book is easy-to-read and practical. What's inside Fast searches using hash tables Trees and binary search trees (BSTs) to organize data Use graphs to model complex data The best data structures for a coding challenge About the reader For readers who know the basics of Python. A perfect companion to Grokking Algorithms! About the author Marcello La Rocca is a research scientist and a full-stack engineer. He has contributed to large-scale web applications and machine learning infrastructure at Twitter, Microsoft, and Apple. The technical editor on this book was Beau Carnes. Table of Contents 1 Introducing data structures: Why you should learn about data structures 2 Static arrays: Building your first data structure 3 Sorted arrays: Searching faster, at a price 4 Big-O notation: A framework for measuring algorithm efficiency 5 Dynamic arrays: Handling dynamically sized datasets 6 Linked lists: A flexible dynamic collection 7 Abstract data types: Designing the simplest containerthe bag 8 Stacks: Piling up data before processing it 9 Queues: Keeping information in the same order as it arrives 10 Priority queues and heaps: Handling data according to its priority 11 Binary search trees: A balanced container 12 Dictionaries and hash tables: How to build and use associative arrays 13 Graphs: Learning how to model complex relationships in data.
Sprache: Englisch
Verlag: Manning Publications Jun 2021, 2021
ISBN 10: 1617295485 ISBN 13: 9781617295485
Anbieter: AHA-BUCH GmbH, Einbeck, Deutschland
Taschenbuch. Zustand: Neu. Neuware - Advanced Algorithms and Data Structures introduces a collection of algorithms for complex programming challenges in data analysis, machine learning, and graph computing.Summary As a software engineer, you'll encounter countless programming challenges that initially seem confusing, difficult, or even impossible. Don't despair! Many of these "new" problems already have well-established solutions. Advanced Algorithms and Data Structures teaches you powerful approaches to a wide range of tricky coding challenges that you can adapt and apply to your own applications. Providing a balanced blend of classic, advanced, and new algorithms, this practical guide upgrades your programming toolbox with new perspectives and hands-on techniques. Purchase of the print book includes a free Elektronisches Buch in PDF, Kindle, and ePub formats from Manning Publications. About the technology Can you improve the speed and efficiency of your applications without investing in new hardware Well, yes, you can: Innovations in algorithms and data structures have led to huge advances in application performance. Pick up this book to discover a collection of advanced algorithms that will make you a more effective developer. About the book Advanced Algorithms and Data Structures introduces a collection of algorithms for complex programming challenges in data analysis, machine learning, and graph computing. You'll discover cutting-edge approaches to a variety of tricky scenarios. You'll even learn to design your own data structures for projects that require a custom solution. What's inside Build on basic data structures you already know Profile your algorithms to speed up application Store and query strings efficiently Distribute clustering algorithms with MapReduce Solve logistics problems using graphs and optimization algorithms About the reader For intermediate programmers. About the author Marcello La Rocca is a research scientist and a full-stack engineer. His focus is on optimization algorithms, genetic algorithms, machine learning, and quantum computing. Table of Contents 1 Introducing data structures PART 1 IMPROVING OVER BASIC DATA STRUCTURES 2 Improving priority queues: d-way heaps 3 Treaps: Using randomization to balance binary search trees 4 Bloom filters: Reducing the memory for tracking content 5 Disjoint sets: Sub-linear time processing 6 Trie, radix trie: Efficient string search 7 Use case: LRU cache PART 2 MULTIDEMENSIONAL QUERIES 8 Nearest neighbors search 9 K-d trees: Multidimensional data indexing 10 Similarity Search Trees: Approximate nearest neighbors search for image retrieval 11 Applications of nearest neighbor search 12 Clustering 13 Parallel clustering: MapReduce and canopy clustering PART 3 PLANAR GRAPHS AND MINIMUM CROSSING NUMBER 14 An introduction to graphs: Finding paths of minimum distance 15 Graph embeddings and planarity: Drawing graphs with minimal edge intersections 16 Gradient descent: Optimization problems (not just) on graphs 17 Simulated annealing: Optimization beyond local minima 18 Genetic algorithms: Biologically inspired, fast-converging optimization.
Taschenbuch. Zustand: Neu. Advanced Algorithms and Data Structures | Marcello La Rocca | Taschenbuch | Kartoniert / Broschiert | Englisch | 2021 | Manning Publications | EAN 9781617295485 | Verantwortliche Person für die EU: Libri GmbH, Europaallee 1, 36244 Bad Hersfeld, gpsr[at]libri[dot]de | Anbieter: preigu.
Zustand: new. Pages: 288 Language: Russian. Kazhdyj razrabotchik znaet, naskolko vazhny struktury dannykh. Bez nikh ne obkhoditsja ni odin sereznyj proekt, bud to optimizatsija zaprosov, rabota s Big Data ili prosto napisanie chistogo i effektivnogo koda. Ne zrja zhe na sobesedovanijakh postojanno sprashivajut pro derevja, khesh-tablitsy i slozhnost algoritmov! Vy tolko pristupili k izucheniju struktur dannykh? Khotite osvezhit znanija, poluchennye v khode obuchenija? V etoj knige net zaumnoj matematiki, skuchnykh dokazatelstv i abstraktnoj teorii. Vmesto etogo - ponjatnye objasnenija, rabochie primery i realnye kejsy, s kotorymi ezhednevno stalkivajutsja razrabotchiki. Vy uznaete, kak s pomoschju pravilnykh struktur dannykh uskorit poisk, effektivnee upravljat ocheredjami zadach ili, naprimer, optimizirovat khranenie dannykh. Kniga postroena po printsipu "ot prostogo k slozhnomu": nachinaetsja s bazovykh struktur, takikh kak massivy i svjazannye spiski, i postepenno perekhodit k bolee slozhnym - stekam, ocheredjam, derevjam, khesh-tablitsam i grafam. Kazhdaja glava soderzhit prakticheskie primery, uprazhnenija i nagljadnye illjustratsii, kotorye pomogajut zakrepit material. Vsja teorija podkreplena primerami na Python - odnom iz glavnykh jazykov sovremennoj razrabotki. Esli vy khotite ne prosto ispolzovat struktury dannykh, a ponimat ikh i primenjat osoznanno - eta kniga dlja vas. 9785446142675.
Verlag: Lux Film, Italy, 1961
Anbieter: Royal Books, Inc., ABAA, Baltimore, MD, USA
Collection of 4 original black-and-white single weight still photographs from the 1961 Italian film. Two stills with brief annotations on the versos, in manuscript ink and pencil. Ferdinando (Mastroianni) is bored with life and his wife (Rocca). He falls in love with his cousin (Sandrelli), and since divorce is illegal in Italy unless there is just cause (like catching your spouse committing adultery), he decides to find his wife another lover instead of killing her. Seems simple enough. The first of Mastoianni's four "Italian Style" films, and winner of an Academy Award for Best Writing, a BAFTA, three Golden Globes, and nominated for a host of others. 7 x 9.25 inches. Very Good plus overall, with moderate curling, a few with slight discoloration. Criterion Collection 286.
Verlag: Lux Film, Rome, 1961
Anbieter: Royal Books, Inc., ABAA, Baltimore, MD, USA
Manuskript / Papierantiquität
Original Italian program for the 1961 film, here under the original Italian title, "Divorzio all'italiana." Illustrated throughout with black-and-white still photos from the film, full-color front wrapper fold-out art, and the program details a synopsis and cast and crew credits. Notations throughout in manuscript ink, mostly amending certain words of the synopsis. Ferdinando (Mastroianni) is bored with life and his wife (Rocca). He falls in love with his cousin (Sandrelli), and since divorce is illegal in Italy unless there is just cause (like catching your spouse committing adultery), he decides to find his wife another lover instead of killing her. Seems simple enough. The first of Mastoianni's four "Italian Style" films, and winner of an Academy Award for Best Writing, a BAFTA, three Golden Globes, and nominated for a host of others. 9.5 x 13.25 inches, 9 leaves, saddle-stapled. Very Good overall, lacking staples, with creases, brief tears and foxing. Criterion Collection 286.