Book description
Data structure is the logical organization of a set of data items that collectively describes an object. Using the C programming language, this book describes how to effectively choose and design a data structure for a given situation or problem. Data structures using C maintains a fine balance between discussions on fundamental concepts and advanced topics, supported by relevant algorithms and solved examples. It completely covers the curriculum requirements of computer engineering courses.
Table of contents
- Cover
- Title page
- Contents
- About the Author
- Dedication
- Preface to the Second Edition
- Preface
-
Chapter 1: Overview of C
- 1.1 The History
- 1.2 Characters Used in C
- 1.3 Data Types
- 1.4 C Tokens
- 1.5 Structure of a C Program
- 1.6 printf () and scanf () Functions
- 1.7 Comments
- 1.8 Escape Sequence (Backslash Character Constants)
- 1.9 Operators and Expressions
- 1.10 Flow of Control
- 1.11 Input–Output Functions (I/O)
- 1.12 Arrays
- 1.13 Structures
- 1.14 User-defined Data Types
- 1.15 Unions
- 1.16 Functions
- 1.17 Recursion
- Chapter 2: Data Structures and Algorithms: An Introduction
- Chapter 3: Arrays: Searching and Sorting
- Chapter 4: Stacks and Queues
- Chapter 5: Pointers
- Chapter 6: Linked Lists
- Chapter 7: Trees
- Chapter 8: Graphs
- Chapter 9: Files
- Chapter 10: Advanced Data Structures
- Appendix A. ASCII Codes (Character Sets)
- Appendix B. Table of Format Specifiers
- Appendix C. Escape Sequences
- Appendix D. Trace of Huffman Algorithm
- Notes
- Acknowledgements
- Copyright
- Backcover
Product information
- Title: Data Structures using C, 2nd Edition
- Author(s):
- Release date: June 2013
- Publisher(s): Pearson India
- ISBN: 9789332536388
You might also like
book
Data Structures Using C
Data Structures Using C brings together a first course on data structures and the complete programming …
book
Introduction to Data Structures in C
Introduction to Data Structures in C is an introductory book on the subject. The contents of …
book
Pointers in C Programming: A Modern Approach to Memory Management, Recursive Data Structures, Strings, and Arrays
Gain a better understanding of pointers, from the basics of how pointers function at the machine …
book
Data Structure Using C
A data structure is the logical organization of a set of data items that collectively describe …