- 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
推薦閱讀
- Python快樂編程:人工智能深度學習基礎
- Java 開發從入門到精通(第2版)
- LabVIEW程序設計基礎與應用
- OpenStack Cloud Computing Cookbook(Fourth Edition)
- Mastering Predictive Analytics with Python
- ServiceNow:Building Powerful Workflows
- Babylon.js Essentials
- Photoshop CC移動UI設計案例教程(全彩慕課版·第2版)
- PHP Microservices
- 絕密原型檔案:看看專業產品經理的原型是什么樣
- Unity 3D UI Essentials
- Python機器學習
- 生成藝術:Processing視覺創意入門
- Visual C++ 開發從入門到精通
- Java EE框架開發技術與案例教程