Learn Data Structures and Algorithms with Golang
上QQ阅读APP看书,第一时间看更新

Section 1: Introduction to Data Structures and Algorithms and the Go Language

We will be introducing the abstract data types, definition, and classification of data structures. Readers will be well-versed with performance analysis of algorithms and choosing appropriate data structures for structural design patterns after reading this part.

This section contains the following chapters:

  • Chapter 1, Data Structures and Algorithms
  • Chapter 2Getting Started with Go for Data Structures and Algorithms