Directories
¶
Path | Synopsis |
---|---|
chapter01
|
|
bufio
command
|
|
fmt
command
|
|
io
command
|
|
ioutil
command
|
|
本章内容涵盖了 Go 标准库中的 3 个包: sort 包包含基本的排序方法,支持切片数据排序以及用户自定义数据集合排序 index/suffixary 包实现了后缀数组相关算法以支持许多常见的字符串操作 container 包提供了对 heap、list 和 ring 这 3 种数据结构的底层支持。
|
本章内容涵盖了 Go 标准库中的 3 个包: sort 包包含基本的排序方法,支持切片数据排序以及用户自定义数据集合排序 index/suffixary 包实现了后缀数组相关算法以支持许多常见的字符串操作 container 包提供了对 heap、list 和 ring 这 3 种数据结构的底层支持。 |
Click to show internal directories.
Click to hide internal directories.