ABSTRACT

The data structure is a set of specially organized data elements and functions, which are defined to store, retrieve, remove and search for individual data elements. Data Structures using C: A Practical Approach for Beginners covers all issues related to the amount of storage needed, the amount of time required to process the data, data representation of the primary memory and operations carried out with such data. Data Structures using C: A Practical Approach for Beginners book will help students learn data structure and algorithms in a focused way.

  • Resolves linear and nonlinear data structures in C language using the algorithm, diagrammatically and its time and space complexity analysis
  • Covers interview questions and MCQs on all topics of campus readiness
  • Identifies possible solutions to each problem
  • Includes real-life and computational applications of linear and nonlinear data structures

This book is primarily aimed at undergraduates and graduates of computer science and information technology. Students of all engineering disciplines will also find this book useful.

chapter 3|22 pages

Void Pointer and Dynamic Memory Management

chapter 5|71 pages

Nonlinear Data Structures: Trees

chapter 6|50 pages

Nonlinear Data Structures: Graph

chapter 7|51 pages

Searching and Sorting Techniques