Data Structures and Algorithms with Python With an Introduction to Multiprocessing

Topics and features: Includes introductory and advanced data structures and algorithms topics, with suggested chapter sequences for those respective courses Provides learning goals, review questions, and programming exercises in each chapter, as well as numerous examples Presents a primer on Python...

Full description

Bibliographic Details
Main Authors: Lee, Kent D., Hubbard, Steve (Author)
Format: eBook
Language:English
Published: Cham Springer International Publishing 2024, 2024
Edition:2nd ed. 2024
Series:Undergraduate Topics in Computer Science
Subjects:
Online Access:
Collection: Springer eBooks 2005- - Collection details see MPG.ReNa
Table of Contents:
  • 1. Python Programming 101
  • 2. Computational Complexity
  • 3. Recursion
  • 4. Sequences
  • 5. Sets and Maps
  • 6. Trees
  • 7. Graphs
  • 8. Membership Structures
  • 9. Heaps
  • 10. Balanced Binary Search Trees
  • 11. B-Trees
  • 12. Heuristic Search