Data Structures and Algorithms with Python: With an Introduction to Multiprocessing: Undergraduate Topics in Computer Science
Autor Kent D. Lee, Steve Hubbarden Limba Engleză Paperback – 25 ian 2024
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 for those coming from a different language background
- Adds a new chapter on multiprocessing with Python using the DragonHPC multinode implementation of multiprocessing (includes a tutorial)
- Reviews the use of hashing in sets and maps, and examines binary search trees, tree traversals, and select graph algorithms
- Offers downloadable programs and supplementary files at an associated website to help students
Dr. Kent D. Lee is a Professor Emeritus of Computer Science at Luther College, Decorah, Iowa, USA. He is the author of the successful Springer books, Python Programming Fundamentals, and Foundations of Programming Languages.
Dr. Steve Hubbard is a Professor Emeritus of Mathematics and Computer Science at Luther College.
Dr. Steve Hubbard is a Professor Emeritus of Mathematics and Computer Science at Luther College.
Din seria Undergraduate Topics in Computer Science
- 20% Preț: 353.40 lei
- 20% Preț: 342.45 lei
- 20% Preț: 318.51 lei
- 20% Preț: 227.14 lei
- 20% Preț: 183.40 lei
- 20% Preț: 245.43 lei
- 20% Preț: 306.71 lei
- 20% Preț: 280.91 lei
- 20% Preț: 227.08 lei
- 20% Preț: 276.81 lei
- 20% Preț: 179.87 lei
- 20% Preț: 395.03 lei
- 20% Preț: 235.39 lei
- 20% Preț: 335.08 lei
- 20% Preț: 300.41 lei
- 20% Preț: 305.60 lei
- 20% Preț: 272.43 lei
- 20% Preț: 321.25 lei
- 20% Preț: 375.64 lei
- 20% Preț: 258.78 lei
- 20% Preț: 194.09 lei
- 20% Preț: 307.14 lei
- 20% Preț: 225.00 lei
- 20% Preț: 217.59 lei
- 20% Preț: 256.19 lei
- 20% Preț: 366.84 lei
- 20% Preț: 237.34 lei
- 20% Preț: 374.18 lei
- 20% Preț: 241.37 lei
- 20% Preț: 232.79 lei
- 16% Preț: 445.29 lei
- 20% Preț: 297.27 lei
- 20% Preț: 298.32 lei
- 20% Preț: 567.67 lei
- 20% Preț: 292.18 lei
- 20% Preț: 296.71 lei
- 20% Preț: 294.86 lei
- 20% Preț: 191.35 lei
- 20% Preț: 243.33 lei
- 20% Preț: 291.69 lei
- 20% Preț: 278.09 lei
- 20% Preț: 382.10 lei
- 20% Preț: 184.28 lei
- 20% Preț: 298.11 lei
- 20% Preț: 281.39 lei
- 20% Preț: 754.30 lei
- 20% Preț: 348.75 lei
Preț: 327.95 lei
Preț vechi: 409.93 lei
-20% Nou
Puncte Express: 492
Preț estimativ în valută:
62.76€ • 66.17$ • 52.24£
62.76€ • 66.17$ • 52.24£
Carte tipărită la comandă
Livrare economică 06-13 ianuarie 25
Preluare comenzi: 021 569.72.76
Specificații
ISBN-13: 9783031422089
ISBN-10: 3031422082
Pagini: 398
Ilustrații: XVI, 398 p. 156 illus., 144 illus. in color.
Dimensiuni: 155 x 235 mm
Greutate: 0.75 kg
Ediția:Second Edition 2024
Editura: Springer International Publishing
Colecția Springer
Seria Undergraduate Topics in Computer Science
Locul publicării:Cham, Switzerland
ISBN-10: 3031422082
Pagini: 398
Ilustrații: XVI, 398 p. 156 illus., 144 illus. in color.
Dimensiuni: 155 x 235 mm
Greutate: 0.75 kg
Ediția:Second Edition 2024
Editura: Springer International Publishing
Colecția Springer
Seria Undergraduate Topics in Computer Science
Locul publicării:Cham, Switzerland
Cuprins
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.
Notă biografică
Dr. Kent D. Lee is a Professor Emeritus of Computer Science at Luther College, Decorah, Iowa, USA. He now works for Hewlett Packard Enterprise as an Engineer and Architect on the DragonHPC project within the High Performance Computing division (formerly Cray, Inc.). He is the author of the successful introductory companion textbook from Springer, Python Programming Fundamentals, and the Foundations of Programming Languages - an excellent textbook on compiler and interpreter implementation.
Dr. Steve Hubbard is a Professor Emeritus of Mathematics and Computer Science at Luther College.
Dr. Steve Hubbard is a Professor Emeritus of Mathematics and Computer Science at Luther College.
Textul de pe ultima copertă
This textbook explains the concepts and techniques required to write programs that can handle large amounts of data efficiently. Project-oriented and classroom-tested, the book presents a number of important algorithms—supported by motivating examples—that bring meaning to the problems faced by computer programmers. The idea of computational complexity is introduced, demonstrating what can and cannot be computed efficiently at scale, helping programmers make informed judgements about the algorithms they use. The easy-to-read text assumes some basic experience in computer programming and familiarity in an object-oriented language, but not necessarily with Python.
Topics and features:
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 for those coming from a different language background
- Adds a new chapter on multiprocessing with Python using the DragonHPC multinode implementation of multiprocessing (includes a tutorial)
- Reviews the use of hashing in sets and maps, and examines binary search trees, tree traversals, and select graph algorithms
- Offers downloadable programs and supplementary files at an associated website to help students
Dr. Kent D. Lee is a Professor Emeritus of Computer Science at Luther College, Decorah, Iowa, USA. He is the author of the successful Springer books, Python Programming Fundamentals, and Foundations of Programming Languages.
Dr. Steve Hubbard is a Professor Emeritus of Mathematics and Computer Science at Luther College.
Dr. Steve Hubbard is a Professor Emeritus of Mathematics and Computer Science at Luther College.
Caracteristici
Includes broad coverage of both introductory and advanced data structures topics, supported by examples Makes learning fun, using the development of graphical user interface programs to illustrate concepts Includes supplementary material: sn.pub/extras