- ホーム
- > 洋書
- > 英文書
- > Computer / General
Full Description
Data Structures is a central module in the curriculum of almost every Computer Science programme. This book explains different concepts of data structures using C. The topics discuss the theoretical basis of data structures as well as their applied aspects.
Contents
1 Introduction to Data Structures
2 Introduction to Array
3 Linked List
4 Stack
5 Queues
6 Trees
7 Graphs
8 Searching and Sorting
9 Hashing Techniques