Language: English
Published by Packt Publishing, Limited, 2018
ISBN 10: 1789537177 ISBN 13: 9781789537178
Seller: Better World Books, Mishawaka, IN, U.S.A.
Condition: Good. Pages intact with minimal writing/highlighting. The binding may be loose and creased. Dust jackets/supplements are not included. Stock photo provided. Product includes identifying sticker. Better World Books: Buy Books. Do Good.
Language: English
Published by Packt Publishing, Limited, 2018
ISBN 10: 1789537177 ISBN 13: 9781789537178
Seller: Better World Books, Mishawaka, IN, U.S.A.
Condition: Very Good. Pages intact with possible writing/highlighting. Binding strong with minor wear. Dust jackets/supplements may not be included. Stock photo provided. Product includes identifying sticker. Better World Books: Buy Books. Do Good.
Seller: WorldofBooks, Goring-By-Sea, WS, United Kingdom
Paperback. Condition: Very Good. The book has been read, but is in excellent condition. Pages are intact and not marred by notes or highlighting. The spine remains undamaged.
Condition: New.
Language: English
Published by Packt Publishing 7/27/2018, 2018
ISBN 10: 1789537177 ISBN 13: 9781789537178
Seller: BargainBookStores, Grand Rapids, MI, U.S.A.
Paperback or Softback. Condition: New. Beginning Java Data Structures and Algorithms. Book.
Condition: New.
Condition: New.
Condition: New.
Condition: As New. Unread book in perfect condition.
Language: English
Published by Packt Publishing Limited, GB, 2018
ISBN 10: 1789537177 ISBN 13: 9781789537178
Seller: Rarewaves.com USA, London, LONDO, United Kingdom
Paperback. Condition: New. Though your application serves its purpose, it might not be a high performer. Learn techniques to accurately predict code efficiency, easily dismiss inefficient solutions, and improve the performance of your application.Key FeaturesExplains in detail different algorithms and data structures with sample problems and Java implementations where appropriateIncludes interesting tips and tricks that enable you to efficiently use algorithms and data structuresCovers over 20 topics using 15 practical activities and exercises Book DescriptionLearning about data structures and algorithms gives you a better insight on how to solve common programming problems. Most of the problems faced everyday by programmers have been solved, tried, and tested. By knowing how these solutions work, you can ensure that you choose the right tool when you face these problems.This book teaches you tools that you can use to build efficient applications. It starts with an introduction to algorithms and big O notation, later explains bubble, merge, quicksort, and other popular programming patterns. You'll also learn about data structures such as binary trees, hash tables, and graphs. The book progresses to advanced concepts, such as algorithm design paradigms and graph theory. By the end of the book, you will know how to correctly implement common algorithms and data structures within your applications.What you will learnUnderstand some of the fundamental concepts behind key algorithmsExpress space and time complexities using Big O notation.Correctly implement classic sorting algorithms such as merge and quicksortCorrectly implement basic and complex data structuresLearn about different algorithm design paradigms, such as greedy, divide and conquer, and dynamic programmingApply powerful string matching techniques and optimize your application logicMaster graph representations and learn about different graph algorithmsWho this book is forIf you want to better understand common data structures and algorithms by following code examples in Java and improve your application efficiency, then this is the book for you. It helps to have basic knowledge of Java, mathematics and object-oriented programming techniques.
Seller: Ria Christie Collections, Uxbridge, United Kingdom
£ 24.30
Quantity: Over 20 available
Add to basketCondition: New. In.
Seller: World of Books (was SecondSale), Montgomery, IL, U.S.A.
Condition: Very Good. Item in very good condition! Textbooks may not include supplemental items i.e. CDs, access codes etc.
Seller: World of Books (was SecondSale), Montgomery, IL, U.S.A.
Condition: Good. Item in good condition. Textbooks may not include supplemental items i.e. CDs, access codes etc.
Condition: As New. Unread copy in mint condition.
Condition: New. Brand New.
Paperback. Condition: Fine.
Seller: GreatBookPricesUK, Woodford Green, United Kingdom
Condition: New.
Seller: GreatBookPricesUK, Woodford Green, United Kingdom
Condition: As New. Unread book in perfect condition.
Language: English
Published by Manning Publications, US, 2024
ISBN 10: 1633438384 ISBN 13: 9781633438385
Seller: Rarewaves USA, OSWEGO, IL, U.S.A.
Hardback. Condition: New. Write concurrent code in Go that improves application performance, scales up to handle bigger loads, and takes full advantage of modern multi-processor hardware. Suitable for programmers who already know the basics of Go or another C-style language. No experience in concurrent programming required. In Learn Concurrent Programming with Go you will learn how to: Implement effective concurrency for more responsive, higher performing, scalable softwareAvoid common concurrency problems such as deadlocks and race conditionsManage concurrency using goroutines, mutexes, readers-writer locks, and moreIdentify concurrency patterns such as pipelining, worker pools, and message passingDiscover advantages, limits and properties of parallel computingImprove your Go coding skills with advanced multithreading About the technology Concurrent programming is essential for getting the most out of modern multi-processor computer hardware. It allows multiple tasks to execute and interact simultaneously, speeding up performance and reducing user wait time. Thanks to its baked-in concurrency models, Google's Go is one of the best languages you can use to learn and apply concurrent programming to your systems.
Language: English
Published by Packt Publishing Limited, Birmingham, UK, 2018
ISBN 10: 1789537177 ISBN 13: 9781789537178
Seller: CURIO, Cleethorpes, North East Lincolnshire, United Kingdom
First Edition
Soft cover. Condition: Very Good. No Jacket. 1st Edition. First Edition / First Print. Paperback copy, no dustjacket as issued. 190pp. Diagrams throughout. Not library copy, no inscriptions, no creasing to spine. (52/1).
Condition: New.
Language: English
Published by Manning Publications, New York, 2024
ISBN 10: 1633438384 ISBN 13: 9781633438385
Seller: Grand Eagle Retail, Bensenville, IL, U.S.A.
Hardcover. Condition: new. Hardcover. Write concurrent code in Go that improves application performance, scales up to handle bigger loads, and takes full advantage of modern multi-processor hardware. Suitable for programmers who already know the basics of Go or another C-style language. No experience in concurrent programming required. In Learn Concurrent Programming with Go you will learn how to: Implement effective concurrency for more responsive, higher performing, scalable softwareAvoid common concurrency problems such as deadlocks and race conditionsManage concurrency using goroutines, mutexes, readers-writer locks, and moreIdentify concurrency patterns such as pipelining, worker pools, and message passingDiscover advantages, limits and properties of parallel computingImprove your Go coding skills with advanced multithreading About the technology Concurrent programming is essential for getting the most out of modern multi-processor computer hardware. It allows multiple tasks to execute and interact simultaneously, speeding up performance and reducing user wait time. Thanks to its baked-in concurrency models, Google's Go is one of the best languages you can use to learn and apply concurrent programming to your systems. Learn Concurrent Programming with Go teaches readers how to boost the performance of their systems through the power of concurrent programming. It demystifies concurrency, explaining complex topics using simple language, easy-to-follow visuals, and relevant examples readers will face every day as a developer. Suitable for programmers who already know the basics of Go or another C-style language. Shipping may be from multiple locations in the US or from the UK, depending on stock availability.
Condition: As New. Unread book in perfect condition.
Condition: New. Learning about data structures and algorithms gives you a better insight on how to solve common programming problems. Most of the problems faced everyday by programmers have been solved, tried, and tested. By knowing how these solutions work, you can ensure.
Seller: Kennys Bookshop and Art Galleries Ltd., Galway, GY, Ireland
First Edition
Condition: New. 2024. 1st Edition. paperback. . . . . .
paperback. Condition: Gut. 202 Seiten; 9781789537178.3 Gewicht in Gramm: 500.
Condition: New. 2024. 1st Edition. paperback. . . . . . Books ship from the US and Ireland.
Paperback. Condition: Brand New. 300 pages. 9.25x7.37x0.75 inches. In Stock.
Language: English
Published by Packt Publishing Limited, GB, 2018
ISBN 10: 1789537177 ISBN 13: 9781789537178
Seller: Rarewaves.com UK, London, United Kingdom
Paperback. Condition: New. Though your application serves its purpose, it might not be a high performer. Learn techniques to accurately predict code efficiency, easily dismiss inefficient solutions, and improve the performance of your application.Key FeaturesExplains in detail different algorithms and data structures with sample problems and Java implementations where appropriateIncludes interesting tips and tricks that enable you to efficiently use algorithms and data structuresCovers over 20 topics using 15 practical activities and exercises Book DescriptionLearning about data structures and algorithms gives you a better insight on how to solve common programming problems. Most of the problems faced everyday by programmers have been solved, tried, and tested. By knowing how these solutions work, you can ensure that you choose the right tool when you face these problems.This book teaches you tools that you can use to build efficient applications. It starts with an introduction to algorithms and big O notation, later explains bubble, merge, quicksort, and other popular programming patterns. You'll also learn about data structures such as binary trees, hash tables, and graphs. The book progresses to advanced concepts, such as algorithm design paradigms and graph theory. By the end of the book, you will know how to correctly implement common algorithms and data structures within your applications.What you will learnUnderstand some of the fundamental concepts behind key algorithmsExpress space and time complexities using Big O notation.Correctly implement classic sorting algorithms such as merge and quicksortCorrectly implement basic and complex data structuresLearn about different algorithm design paradigms, such as greedy, divide and conquer, and dynamic programmingApply powerful string matching techniques and optimize your application logicMaster graph representations and learn about different graph algorithmsWho this book is forIf you want to better understand common data structures and algorithms by following code examples in Java and improve your application efficiency, then this is the book for you. It helps to have basic knowledge of Java, mathematics and object-oriented programming techniques.
Condition: Usado.