Data Structures and Program Design Using Python - A Self-Teaching Introduction

Data structures provide a means to managing huge amounts of information such as large databases, using SEO effectively, and creating Internet/Web indexing services. This book is designed to present fundamentals of data structures for beginners using the Python programming language in a friendly, sel...

Full description

Saved in:
Bibliographic Details
Main Authors: Malhotra, D, Malhotra, N
Format: eBook
Language:English
Published: Berlin Mercury Learning and Information 2021
Mercury Learning & Information
Edition:1
Subjects:
ISBN:9781683926399, 1683926390
Online Access:Get full text
Tags: Add Tag
No Tags, Be the first to tag this record!
Table of Contents:
  • Title Page License, Disclaimer of Liability, and Limited Warranty Preface Table of Contents 1. Introduction to Data Structures 2. Introduction to Python 3. Arrays/Lists 4. Linked Lists 5. Queues 6. Searching and Sorting 7. Stacks 8. Trees 9. Multi-Way Search Trees 10. Hashing 11. Files 12. Graphs Appendix: Answers to Multiple Choice Questions Index
  • Data Structures and Program Design Using Python_Ch00_FM.pdf -- Data Structures and Program Design Using Python_Ch01.pdf -- Data Structures and Program Design Using Python_Ch02.pdf -- Data Structures and Program Design Using Python_Ch03.pdf -- Data Structures and Program Design Using Python_Ch04.pdf -- Data Structures and Program Design Using Python_Ch05.pdf -- Data Structures and Program Design Using Python_Ch06.pdf -- Data Structures and Program Design Using Python_Ch07.pdf -- Data Structures and Program Design Using Python_Ch08.pdf -- Data Structures and Program Design Using Python_Ch09.pdf -- Data Structures and Program Design Using Python_Ch10.pdf -- Data Structures and Program Design Using Python_Ch11.pdf -- Data Structures and Program Design Using Python_Ch12.pdf -- Data Structures and Program Design Using Python_Ch13_Appendix.pdf -- Data Structures and Program Design Using Python_Ch14_Index.pdf
  • Acknowledgments --
  • Chapter 6: Searching and Sorting --
  • Chapter 9: Multi-Way Search Trees --
  • Chapter 11: Files --
  • Preface --
  • CONTENTS --
  • Index
  • Chapter 12: Graphs --
  • Chapter 10: Hashing --
  • Appendix: Answers to Multiple Choice Questions --
  • Chapter 7: Stacks --
  • Chapter 8: Trees --
  • Chapter 1: Introduction to Data Structures --
  • Frontmatter --
  • Chapter 5: Queues --
  • Chapter 4: Linked Lists --
  • Chapter 3: Arrays/Lists --
  • Chapter 2: Introduction to Python --