Book description
A data structure is the logical organization of a set of data items that collectively describe 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.
Table of contents
- Cover
- Title Page
- Contents
- About the Author
- Dedication
- 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
- 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
- Notes
- Copyright
Product information
- Title: Data Structure Using C
- Author(s):
- Release date: May 2010
- Publisher(s): Pearson India
- ISBN: 9789332514522
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
Data Structures using C, 2nd Edition
Data structure is the logical organization of a set of data items that collectively describes an …
book
String Algorithms in C: Efficient Text Representation and Search
Implement practical data structures and algorithms for text search and discover how it is used inside …