語系:
繁體中文
English
說明(常見問題)
回圖書館首頁
手機版館藏查詢
登入
回首頁
切換:
標籤
|
MARC模式
|
ISBD
Generic data structures and algorith...
~
Wiener, Richard.
FindBook
Google Book
Amazon
博客來
Generic data structures and algorithms in Go = an applied approach using concurrency, genericity and heuristics /
紀錄類型:
書目-電子資源 : Monograph/item
正題名/作者:
Generic data structures and algorithms in Go/ by Richard Wiener.
其他題名:
an applied approach using concurrency, genericity and heuristics /
作者:
Wiener, Richard.
出版者:
Berkeley, CA :Apress : : 2022.,
面頁冊數:
xxv, 579 p. :ill., digital ;24 cm.
內容註:
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.
Contained By:
Springer Nature eBook
標題:
Go (Computer program language) -
電子資源:
https://doi.org/10.1007/978-1-4842-8191-8
ISBN:
9781484281918
Generic data structures and algorithms in Go = an applied approach using concurrency, genericity and heuristics /
Wiener, Richard.
Generic data structures and algorithms in Go
an applied approach using concurrency, genericity and heuristics /[electronic resource] :by Richard Wiener. - Berkeley, CA :Apress :2022. - xxv, 579 p. :ill., digital ;24 cm.
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.
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 for solving 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. You will: 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.
ISBN: 9781484281918
Standard No.: 10.1007/978-1-4842-8191-8doiSubjects--Topical Terms:
2165707
Go (Computer program language)
LC Class. No.: QA76.9.D35 / W54 2022
Dewey Class. No.: 005.133
Generic data structures and algorithms in Go = an applied approach using concurrency, genericity and heuristics /
LDR
:03679nmm a2200325 a 4500
001
2302818
003
DE-He213
005
20220712082736.0
006
m d
007
cr nn 008maaau
008
230409s2022 cau s 0 eng d
020
$a
9781484281918
$q
(electronic bk.)
020
$a
9781484281901
$q
(paper)
024
7
$a
10.1007/978-1-4842-8191-8
$2
doi
035
$a
978-1-4842-8191-8
040
$a
GP
$c
GP
041
0
$a
eng
050
4
$a
QA76.9.D35
$b
W54 2022
072
7
$a
UMX
$2
bicssc
072
7
$a
COM000000
$2
bisacsh
072
7
$a
UMX
$2
thema
082
0 4
$a
005.133
$2
23
090
$a
QA76.9.D35
$b
W647 2022
100
1
$a
Wiener, Richard.
$3
3603511
245
1 0
$a
Generic data structures and algorithms in Go
$h
[electronic resource] :
$b
an applied approach using concurrency, genericity and heuristics /
$c
by Richard Wiener.
260
$a
Berkeley, CA :
$b
Apress :
$b
Imprint: Apress,
$c
2022.
300
$a
xxv, 579 p. :
$b
ill., digital ;
$c
24 cm.
505
0
$a
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.
520
$a
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 for solving 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. You will: 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.
650
0
$a
Go (Computer program language)
$3
2165707
650
0
$a
Data structures (Computer science)
$3
527210
650
0
$a
Algorithms.
$3
536374
650
1 4
$a
Programming Language.
$3
3538935
650
2 4
$a
Data Structures and Information Theory.
$3
3382368
650
2 4
$a
Computer Science.
$3
626642
650
2 4
$a
Numerical Analysis.
$3
892626
710
2
$a
SpringerLink (Online service)
$3
836513
773
0
$t
Springer Nature eBook
856
4 0
$u
https://doi.org/10.1007/978-1-4842-8191-8
950
$a
Professional and Applied Computing (SpringerNature-12059)
筆 0 讀者評論
館藏地:
全部
電子資源
出版年:
卷號:
館藏
1 筆 • 頁數 1 •
1
條碼號
典藏地名稱
館藏流通類別
資料類型
索書號
使用類型
借閱狀態
預約狀態
備註欄
附件
W9444367
電子資源
11.線上閱覽_V
電子書
EB QA76.9.D35 W54 2022
一般使用(Normal)
在架
0
1 筆 • 頁數 1 •
1
多媒體
評論
新增評論
分享你的心得
Export
取書館
處理中
...
變更密碼
登入