Cantitate/Preț
Produs

Data Structures and Algorithms using Python

Autor Subrata Saha
en Limba Engleză Paperback – 15 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ț: 53700 lei

Preț vechi: 67125 lei
-20% Nou

Puncte Express: 806

Preț estimativ în valută:
9501 11069$ 8297£

Carte disponibilă

Livrare economică 29 decembrie 25 - 12 ianuarie 26
Livrare express 12-18 decembrie pentru 4435 lei

Preluare comenzi: 021 569.72.76

Specificații

ISBN-13: 9781009276979
ISBN-10: 1009276972
Pagini: 668
Dimensiuni: 184 x 238 x 30 mm
Greutate: 0.84 kg
Editura: 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.