Cantitate/Preț
Produs

Data Structures and Algorithms Using Python

Autor Subrata Saha
en Limba Engleză Paperback – 14 iun 2023
"Efficiently using data structures to collect, organize, and retrieve information is one of the core abilities modern computer engineers are expected to have. Python currently is one of the most popular programming languages, and as such, it has become vital for students to understand this concept in this language. This student-friendly textbook provides a complete view of data structures and algorithms using the Python programming language, striking a balance between theory and practical application. All major algorithms have been discussed and analysed in detail, and the corresponding codes in Python have been provided. Diagrams and examples have been extensively used for better understanding. Running time complexities are also discussed for each algorithm, allowing the student to better understand how to select the appropriate one. The book has been written with both undergraduate and graduate students in mind. Each chapter ends with a large number of problems, including multiple choice questions, to help consolidate the knowledge gained. This will also be helpful with competitive examinations for engineering in India such as GATE and NET. As such, the book will be a vital resource for students as well as professionals who are looking for a handbook on data structures in Python"--
Citește tot Restrânge

Preț: 49620 lei

Preț vechi: 62025 lei
-20% Nou

Puncte Express: 744

Preț estimativ în valută:
9500 9746$ 7999£

Carte disponibilă

Livrare economică 05-19 februarie
Livrare express 21-25 ianuarie pentru 4183 lei

Preluare comenzi: 021 569.72.76

Specificații

ISBN-13: 9781009276979
ISBN-10: 1009276972
Pagini: 600
Dimensiuni: 185 x 241 x 27 mm
Greutate: 0.84 kg
Editura: Cambridge University Press
Colecția Cambridge University Press
Locul publicării:Cambridge, United Kingdom

Cuprins

Chapter 1. Data Structure Preliminaries; Chapter 2. Introduction to Algorithm; Chapter 3. Array; Chapter 4. Python Data Structures; Chapter 5. Strings; Chapter 6. Recursion; Chapter 7. Linked List; Chapter 8. Stack; Chapter 9. Queue; Chapter 10. Trees; Chapter 11. Heap; Chapter 12. Graph; Chapter 13. Searching and Sorting; Chapter 14. Hashing.

Descriere

A comprehensive textbook that provides a complete view of data structures and algorithms for engineering students using Python.