Generic Data Structures and Algorithms in Go : An Applied Approach Using Concurrency, Genericity and Heuristics (1st)

個数:
電子版価格
¥12,602
  • 電子版あり
  • ポイントキャンペーン

Generic Data Structures and Algorithms in Go : An Applied Approach Using Concurrency, Genericity and Heuristics (1st)

  • ウェブストア価格 ¥13,278(本体¥12,071)
  • APress(2022/07発売)
  • 外貨定価 US$ 69.99
  • 【ウェブストア限定】洋書・洋古書ポイント5倍対象商品(~2/28)
  • ポイント 600pt
  • 提携先の海外書籍取次会社に在庫がございます。通常3週間で発送いたします。
    重要ご説明事項
    1. 納期遅延や、ご入手不能となる場合が若干ございます。
    2. 複数冊ご注文の場合は、ご注文数量が揃ってからまとめて発送いたします。
    3. 美品のご指定は承りかねます。

    ●3Dセキュア導入とクレジットカードによるお支払いについて
  • 【入荷遅延について】
    世界情勢の影響により、海外からお取り寄せとなる洋書・洋古書の入荷が、表示している標準的な納期よりも遅延する場合がございます。
    おそれいりますが、あらかじめご了承くださいますようお願い申し上げます。
  • ◆画像の表紙や帯等は実物とは異なる場合があります。
  • ◆ウェブストアでの洋書販売価格は、弊社店舗等での販売価格とは異なります。
    また、洋書販売価格は、ご注文確定時点での日本円価格となります。
    ご注文確定後に、同じ洋書の販売価格が変動しても、それは反映されません。
  • 製本 Paperback:紙装版/ペーパーバック版/ページ数 579 p.
  • 言語 ENG
  • 商品コード 9781484281901
  • DDC分類 005.133

Full Description

Advance your understanding of generic data structures and algorithms and their applications using Go and the effective use of concurrency. You are invited on a journey that aims to improve your programming and problem-solving skills. This book takes you to the next step by showing how to get your programs to work efficiently as well as correctly. 
As you explore many data structures and the algorithms and applications associated with them, you'll focus on the trade-offs between speed and storage and the benefits of deploying concurrency when appropriate. This book will demonstrate the huge increases in application performance that are possible. The presentation of classic data structures and techniques of algorithm design (greedy, divide and conquer, branch-and-bound to name a few) provides an essential foundation and toolkit for problem solving. But this book goes further by presenting heuristic algorithms and their implementations forsolving computationally intractable combinatoric optimization problems such as the travelling salesperson problem. Simulated annealing and genetic algorithms are among the techniques used.
The consistent style of coding used throughout this book exploits Go's ability to implement abstract, generic and constrained generic data types without the use of classes.  Although some familiarity with Go is assumed, this book should advance your ability to use Go to tackle server-side applications, games, machine learning, information retrieval and other application domains where speed and storage efficiency is essential.
What You'll Learn

Explore classical data structures and algorithms aimed at making your applications run faster or require less storage
Use the new generic features of Go to build reusable data structures
Utilize concurrency for maximizing application performance
See the power of heuristic algorithms for computationally intractable problems
Enhance and improve your Go programming skills

Who This Book Is For
Practicing Go software developers and students who wish to advance their programming and problem-solving skills and experience the excitement and see the benefits of using generic data structures and algorithms that utilize concurrency whenever possible.

Contents

1. A Tour Of Generics and Concurrency In Go.- 2. Algorithm Efficiency - Sorting and Searching.- 3. Abstract Data Types: OOP Without Classes in Go.- 4. ADT In Action: Game Of Life.- 5. Stacks.- 6. Queues and Lists.- 7. Hash Tables.- 8. Binary Trees.- 9. Binary Search Tree.- 10. AVL Trees.- 11. Heap Trees.- 12. Red Black Trees.- 13. Expression Trees.- 14. Ecological Simulation With Concurrency.- 15. Dynamic Programming.- 16. Graph Structures.- 17. Travelling Salesperson Problem.- 18. Branch and Bound Solution to TSP.- 19. Simulated Annealing Heuristic Solution to TSP.- 20. Genetic Algorithm for TSP.- 21. Neural Networks and Machine Learning.

最近チェックした商品