"Programmers data structure of the" small mind

I think this book is [the United States] Willian Smith with, Cui Ao translation, People's Post published, in July 2018 first edition.

This book uses Objective-C, C #, Java and Swift in four languages ​​to explain, but I will not these four languages. How to do it? Because the book is a diagram of Shaanxi, you can borrow, I turned and looked, something copied notes.

There are a summary of part of the front of the book catalog, I have read. The book is mainly about two types of data structures, one is primary data structure, the other is more advanced data structures.

A total of Contents Chapter 13, I put the title of each chapter excerpt follows:

Chapter 1 Data Type: The basic data structure

Chapter 2 arrays: Basic Data Set

Chapter 3 lists: linear data sets

Chapter 4 stacks: last in, first-out data sets

Chapter 5 queue: FIFO data set

Chapter 6 dictionary: keyword data set

Chapter 7 collection: the data set does not contain duplicate entries

Chapter 8 structure: more complex data structures

Chapter 9 Tree: nonlinear data structure

Chapter 10 Heap: ordered tree

FIG. Chapter 11: objects connected to each other

Chapter 12 Sort: bring order to chaos

Chapter 13 Finding: you need to find

Because the book used four languages ​​I will not, so I did not look content. I am interested in Chapter 1, I am in the process of learning to program in, will learn some data types, but I learned not very good.

The data type called basic data structure may be something of a misnomer, but developers often use these data types to build their own classes and data sets, so think from their perspective, then, this title is not a bad idea.

  • Numeric data type
  • Type conversion, conversion and expansion conversion shrinkage limit
  • The difference between 32-bit and 64-bit data types schema
  • Boolean data type
  • logic operation
  • Operational priorities
  • Nested operations
  • Short-circuit evaluation
  • Data type String
  • String variability

This part of the above references can be a good look, "data types: basic data structure," the title is not to make you suddenly see the light, anyway, I like this. Before learning data structures, we should review the data type.

2020-01-22

Guess you like

Origin www.cnblogs.com/from2020y/p/12229346.html
Recommended