Introduction - If you have any usage issues, please Google them yourself
The book gives the basic concepts of data structures, linear tables, linked tables, arrays, and generalized table, tree, map, search and sorting, etc., each chapter gives plenty of examples and diagrams which aim at illustrating basic concepts and methods. At the same time, the algorithm introduced in the book using c language as the programming description which makes the algorithms are more availale to use instead of some abstract definition. Furthermore, more specific algorithms are given in order to seek algorithms closer to practical application, so that readers can improve their programming skills more quickly .