Seller: HPB-Red, Dallas, TX, U.S.A.
paperback. Condition: Good. Connecting readers with great books since 1972! Used textbooks may not include companion materials such as access codes, etc. May have some wear or writing/highlighting. We ship orders daily and Customer Service is our top priority!
Seller: Zoom Books Company, Lynden, WA, U.S.A.
Condition: good. Book is in good condition and may include underlining highlighting and minimal wear. The book can also include "From the library of" labels. May not contain miscellaneous items toys, dvds, etc. . We offer 100% money back guarantee and 24 7 customer service.
Seller: Seattle Goodwill, Seattle, WA, U.S.A.
paperback. Condition: Acceptable.
Seller: HPB-Red, Dallas, TX, U.S.A.
paperback. Condition: Good. Connecting readers with great books since 1972! Used textbooks may not include companion materials such as access codes, etc. May have some wear or writing/highlighting. We ship orders daily and Customer Service is our top priority!
Seller: Goodbooks Company, Springdale, AR, U.S.A.
Condition: acceptable. This copy may contain significant wear, including bending, heavy writing, tears, and or water damage. This book is a functional copy, not necessarily a beautiful copy. Copy may have loose pages. May not include access codes or CDs. May be an Ex library book with stickers and stamps. Dustjacket may be missing.
US$ 44.90
Convert currencyQuantity: Over 20 available
Add to basketCondition: New.
Seller: Lucky's Textbooks, Dallas, TX, U.S.A.
US$ 43.56
Convert currencyQuantity: Over 20 available
Add to basketCondition: New.
US$ 45.59
Convert currencyQuantity: Over 20 available
Add to basketCondition: New.
Seller: Best Price, Torrance, CA, U.S.A.
Condition: New. SUPER FAST SHIPPING.
Seller: Best Price, Torrance, CA, U.S.A.
Condition: New. SUPER FAST SHIPPING.
Published by Packt Publishing 1/23/2019, 2019
ISBN 10: 178899552X ISBN 13: 9781788995528
Language: English
Seller: BargainBookStores, Grand Rapids, MI, U.S.A.
Paperback or Softback. Condition: New. Hands-On Data Structures and Algorithms with Rust 1.2. Book.
Published by Packt Publishing 10/18/2019, 2019
ISBN 10: 1789530660 ISBN 13: 9781789530667
Language: English
Seller: BargainBookStores, Grand Rapids, MI, U.S.A.
Paperback or Softback. Condition: New. Rust Programming Cookbook 1.67. Book.
Seller: California Books, Miami, FL, U.S.A.
Condition: New.
Seller: California Books, Miami, FL, U.S.A.
Condition: New.
US$ 49.50
Convert currencyQuantity: Over 20 available
Add to basketCondition: As New. Unread book in perfect condition.
US$ 57.35
Convert currencyQuantity: Over 20 available
Add to basketCondition: New.
Seller: California Books, Miami, FL, U.S.A.
Condition: New.
Seller: Best Price, Torrance, CA, U.S.A.
Condition: New. SUPER FAST SHIPPING.
Seller: Lucky's Textbooks, Dallas, TX, U.S.A.
US$ 58.22
Convert currencyQuantity: Over 20 available
Add to basketCondition: New.
Published by Packt Publishing Limited, GB, 2019
ISBN 10: 178899552X ISBN 13: 9781788995528
Language: English
Seller: Rarewaves.com USA, London, LONDO, United Kingdom
US$ 62.98
Convert currencyQuantity: Over 20 available
Add to basketPaperback. Condition: New. Design and implement professional level programs by exploring modern data structures and algorithms in Rust.Key FeaturesUse data structures such as arrays, stacks, trees, lists and graphs with real-world examplesLearn the functional and reactive implementations of the traditional data structuresExplore illustrations to present data structures and algorithms, as well as their analysis, in a clear, visual manner.Book DescriptionRust has come a long way and is now utilized in several contexts. Its key strengths are its software infrastructure and resource-constrained applications, including desktop applications, servers, and performance-critical applications, not forgetting its importance in systems' programming. This book will be your guide as it takes you through implementing classic data structures and algorithms in Rust, helping you to get up and running as a confident Rust programmer. The book begins with an introduction to Rust data structures and algorithms, while also covering essential language constructs. You will learn how to store data using linked lists, arrays, stacks, and queues. You will also learn how to implement sorting and searching algorithms. You will learn how to attain high performance by implementing algorithms to string data types and implement hash structures in algorithm design. The book will examine algorithm analysis, including Brute Force algorithms, Greedy algorithms, Divide and Conquer algorithms, Dynamic Programming, and Backtracking. By the end of the book, you will have learned how to build components that are easy to understand, debug, and use in different applications.What you will learnDesign and implement complex data structures in RustAnalyze, implement, and improve searching and sorting algorithms in RustCreate and use well-tested and reusable components with RustUnderstand the basics of multithreaded programming and advanced algorithm designBecome familiar with application profiling based on benchmarking and testingExplore the borrowing complexity of implementing algorithmsWho this book is forThis book is for developers seeking to use Rust solutions in a practical/professional setting; who wants to learn essential Data Structures and Algorithms in Rust. It is for developers with basic Rust language knowledge, some experience in other programming languages is required.
Seller: Ria Christie Collections, Uxbridge, United Kingdom
US$ 48.74
Convert currencyQuantity: Over 20 available
Add to basketCondition: New. In.
Seller: Ria Christie Collections, Uxbridge, United Kingdom
US$ 50.32
Convert currencyQuantity: Over 20 available
Add to basketCondition: New. In.
Published by Packt Publishing 2019-01-25, 2019
ISBN 10: 178899552X ISBN 13: 9781788995528
Language: English
Seller: Chiron Media, Wallingford, United Kingdom
US$ 46.03
Convert currencyQuantity: 10 available
Add to basketPaperback. Condition: New.
Published by Packt Publishing 2019-10, 2019
ISBN 10: 1789530660 ISBN 13: 9781789530667
Language: English
Seller: Chiron Media, Wallingford, United Kingdom
US$ 46.26
Convert currencyQuantity: 10 available
Add to basketPF. Condition: New.
Published by Packt Publishing Limited, GB, 2019
ISBN 10: 1789530660 ISBN 13: 9781789530667
Language: English
Seller: Rarewaves.com USA, London, LONDO, United Kingdom
US$ 66.65
Convert currencyQuantity: Over 20 available
Add to basketPaperback. Condition: New. Practical solutions to overcome challenges in creating console and web applications and working with systems-level and embedded code, network programming, deep neural networks, and much more.Key FeaturesWork through recipes featuring advanced concepts such as concurrency, unsafe code, and macros to migrate your codebase to the Rust programming language Learn how to run machine learning models with Rust Explore error handling, macros, and modularization to write maintainable codeBook DescriptionRust 2018, Rust's first major milestone since version 1.0, brings more advancement in the Rust language. The Rust Programming Cookbook is a practical guide to help you overcome challenges when writing Rust code.This Rust book covers recipes for configuring Rust for different environments and architectural designs, and provides solutions to practical problems. It will also take you through Rust's core concepts, enabling you to create efficient, high-performance applications that use features such as zero-cost abstractions and improved memory management. As you progress, you'll delve into more advanced topics, including channels and actors, for building scalable, production-grade applications, and even get to grips with error handling, macros, and modularization to write maintainable code. You will then learn how to overcome common roadblocks when using Rust for systems programming, IoT, web development, and network programming. Finally, you'll discover what Rust 2018 has to offer for embedded programmers.By the end of the book, you'll have learned how to build fast and safe applications and services using Rust.What you will learnUnderstand how Rust provides unique solutions to solve system programming language problemsGrasp the core concepts of Rust to develop fast and safe applicationsExplore the possibility of integrating Rust units into existing applications for improved efficiencyDiscover how to achieve better parallelism and security with RustWrite Python extensions in RustCompile external assembly files and use the Foreign Function Interface (FFI)Build web applications and services using Rust for high performanceWho this book is forThe Rust cookbook is for software developers looking to enhance their knowledge of Rust and leverage its features using modern programming practices. Familiarity with Rust language is expected to get the most out of this book.
US$ 65.11
Convert currencyQuantity: Over 20 available
Add to basketCondition: As New. Unread book in perfect condition.
US$ 48.73
Convert currencyQuantity: Over 20 available
Add to basketCondition: New.
Seller: GreatBookPricesUK, Woodford Green, United Kingdom
US$ 49.47
Convert currencyQuantity: Over 20 available
Add to basketCondition: New.
US$ 54.67
Convert currencyQuantity: Over 20 available
Add to basketCondition: As New. Unread book in perfect condition.
Seller: GreatBookPricesUK, Woodford Green, United Kingdom
US$ 54.67
Convert currencyQuantity: Over 20 available
Add to basketCondition: As New. Unread book in perfect condition.