Description
OUP India Data Structures using Python 2021 Edition by Dr Shriram K. Vasudevan
Data Structures using Python is a textbook cautiously designed for undergraduate and post-engineering students of computer science, information technology, and allied disciplines. The core objective of this book is to introduce different types of data structures and make the readers strong in data structure application for solution implementation. It will also serve as a go-to reference book for professionals to understand important data structures widely used in the industry.
Key Features
Offers Simple and Lucid explanations for complex Data Structure concepts using analogies from real-world objects/systems
Includes 170+ Codes and 190+ Figures, illustrating the concepts
Comes with 300+ Chapter-end Exercises including multiple-choice questions, theoretical review questions, and exploratory application exercises.
Provides 150+ ‘Food for Brain’ mid-chapter questions, picto puzzles, and mini projects, and 60+ Solved Examples
Table of contents
Data Structures—Introduction
Abstract Data Type and Analysis
Linear Data Structures
Continuous Memory-Based Linear Data Structures
Pointer-Based Linear Data Structures
Pointer-Based Hierarchical Data Structures
Search Trees
Priority Queues and Heaps
Other Non-Linear Data Structures
Memory Management
Graphs
Sorting
Searching