Data structures using C



Data structures using C by Thareja Reema in pdf



Writer: Thareja Reema
Size: 18.3 MB
Pages: 557
Language: English
Genre: Programming
Format: Pdf
Price: Free
Publish Date: 2011


The goal of the development of this second edition of Data Structures Using C was to give a thorough and consistent overview of both the abstract notions of data structures and their implementation in the C programming language. It starts off by giving a thorough explanation of the C programming ideas before introducing various data structures and techniques for analysing the complexity of various algorithms. The study of diverse data structures, including arrays, strings, linked lists, stacks, queues, trees, heaps, and graphs, is done through connecting these ideas.

The book follows a methodical methodology, where each data structure's design is followed by algorithms for the many operations that can be carried out on them, and the analysis of these algorithms.