- Go Systems Programming
- Mihalis Tsoukalos
- 112字
- 2021-07-02 18:08:05
Go Packages, Algorithms, and Data Structures
The main topics of this chapter will be Go packages, algorithms, and data structures. If you combine all of these, you will end up with a complete program because Go programs come in packages that contain algorithms that deal with data structures. These packages include both the ones that come with Go and the ones that you create on your own in order to manipulate your data.
Hence, in this chapter, you will learn about the following:
- The Big O notation
- Two sorting algorithms
- The sort.Slice() function
- Linked lists
- Trees
- Creating your own hash table data structure in Go
- Go packages
- Garbage collection (GC) in Go
推薦閱讀
- 高手是如何做產(chǎn)品設(shè)計(jì)的(全2冊(cè))
- Getting Started with React
- 數(shù)據(jù)庫(kù)程序員面試筆試真題與解析
- Rake Task Management Essentials
- Vue.js 3.0源碼解析(微課視頻版)
- Learning Informatica PowerCenter 10.x(Second Edition)
- JavaScript前端開(kāi)發(fā)與實(shí)例教程(微課視頻版)
- Full-Stack React Projects
- Mastering macOS Programming
- Java軟件開(kāi)發(fā)基礎(chǔ)
- Android玩家必備
- 深入實(shí)踐Kotlin元編程
- Photoshop CC移動(dòng)UI設(shè)計(jì)案例教程(全彩慕課版·第2版)
- C/C++代碼調(diào)試的藝術(shù)
- Practical Time Series Analysis