This book is the experimental textbook of "Data Structure" of Fujian Normal University. Chapter 1 of this book is about abstract data types. This chapter uses complex numbers as an example to give definitions and implementation examples of abstract data types. Chapters 2 to 7 are respectively the implementation and application of six important structures: linear tables, stacks, strings, binary trees, graphs, search and sorting. Chapter 8 comprehensively utilizes the learned structures and algorithms to give a comprehensive experimental example. All examples in this book are implemented in C or C++, but they can also be used as a reference for implementing data structures in other languages. This book can be used as a supporting textbook in the study process of data structure courses, and can also be used as a reference for those who love programming and self-study programming.
Reader comments
This book is very practical! It makes it easy for housewives like me to understand data structures through concrete examples and detailed explanations. I especially like the comprehensive experiment part in the book. It reminds me of organization and classification in life, which is very resonant. However, I kind of hate those complicated algorithms, but I will work hard to learn them! This book is very helpful for me to learn programming.
This book is very practical! It makes it easy for housewives like me to understand data structures through concrete examples and detailed explanations. I especially like the comprehensive experiment part in the book. It reminds me of organization and classification in life, which is very resonant. However, I kind of hate those complicated algorithms, but I will work hard to learn them! This book is very helpful for me to learn programming.