Data Structures In C

Data Structures In C

Sold ( 51 times )
5176 Views

This product is currently not available.

Save extra with 1 Offers

Get ₹ 50

Instant Cashback on the purchase of ₹ 400 or above

Product Specifications

Publisher PHI Learning All Computer Science books by PHI Learning
ISBN 9788120336421
Author: Achuthsankar S. Nair, T. Mahalakshmi
Number of Pages 292
Available
Available in all digital devices
  • Snapshot
  • About the book
  • Sample book
Data Structures In C - Page 1 Data Structures In C - Page 2 Data Structures In C - Page 3 Data Structures In C - Page 4 Data Structures In C - Page 5

Data Structures In C by Achuthsankar S. Nair, T. Mahalakshmi
Book Summary:

This compact and student-friendly book deals with data structures, particularly user defined data structures, such as linked lists, stacks, queues, trees, graphs and files, using C as the programming language. The text begins with an introduction to the most common concepts of C and then it goes on to give a detailed discussion on the processing of one-dimensional and two-dimensional arrays, their internal organization, and handling arrays using pointers. Besides, it dwells on the dynamic linked list and its variations such as doubly linked lists and circular linked lists, with the help of memory diagrams. The text delineates the static and dynamic implementations of stacks and queues, the application, implementation, and construction of binary trees, and representation of graphs and graph traversal. The book concludes with a discussion on the various types of searching and sorting techniques, with the help of visual examples.

Audience of the Book :
This book Useful for Computer Science, IT And MCA Student
Key Feature:

1. Provides visualization model for abstract concepts.

2. Presents the shortest possible program.

3. Provides conceptual exercises before programming examples.

Table of Contents:

Preface

Acknowledgements

1. OVERVIEW

2. ARRAYS

3. LINKED LIST

4. STACKS AND QUEUES

5. BINARY TREES

6. GRAPHS

7. SEARCHING, SORTING AND FILES

Appendix: ASCII Table

Index