Von dem Buch Data Structures and Algorithms Using Python haben wir 4 gleiche oder sehr ähnliche Ausgaben identifiziert!

Falls Sie nur an einem bestimmten Exempar interessiert sind, können Sie aus der folgenden Liste jenes wählen, an dem Sie interessiert sind:

Data Structures and Algorithms Using Python100%: Necaise, Rance D.: Data Structures and Algorithms Using Python (ISBN: 9788126562169) 2016, in Englisch, Taschenbuch.
Nur diese Ausgabe anzeigen…
Data Structures and Algorithms Using Python100%: Rance D. Necaise: Data Structures and Algorithms Using Python (ISBN: 9781118138113) 2010, John Wiley & Sons, Inc., Erstausgabe, in Englisch, auch als eBook.
Nur diese Ausgabe anzeigen…
Data Structures and Algorithms Using Python76%: Rance D. Necaise: Data Structures and Algorithms Using Python (ISBN: 9780470913710) John Wiley & Sons, in Englisch, auch als eBook.
Nur diese Ausgabe anzeigen…
Data Structures Algorithms Using Python 9780470618295 by58%: Rance D. Necaise (College of William and Mary): Data Structures Algorithms Using Python 9780470618295 by (ISBN: 9780470618295) 2010, in Englisch, Taschenbuch.
Nur diese Ausgabe anzeigen…

Data Structures and Algorithms Using Python - 17 Angebote vergleichen

Bester Preis: 5,20 (vom 06.03.2017)
1
9788126562169 - Rance D. Necaise: Data Structures and Algorithms Using Python
Rance D. Necaise

Data Structures and Algorithms Using Python (2016)

Lieferung erfolgt aus/von: Indien EN PB NW

ISBN: 9788126562169 bzw. 8126562161, in Englisch, 540 Seiten, Wiley, Taschenbuch, neu.

5,20 ( 369)¹ + Versand: 1,13 ( 80)¹ = 6,33 ( 449)¹
unverbindlich
Lieferung aus: Indien, Usually dispatched within 24 hours.
Von Händler/Antiquariat, VIKAS BOOK HOUSE, PUNE.
This book is designed for a CS2 course that uses Python. A key objective is to provide a "back to basics" approach to learning data structures and algorithms without overwhelming the reader with all of the OOP terminology and concepts. To provide flexibility in topic coverage for a wide variety of courses, the author focuses on data structures and algorithms, while designing the examples to allow the introduction of object-oriented programming if so desired. The book also introduces the concept of algorithm analysis and explores the efficiency of algorithms and data structures throughout the text. Special Features ·Introduces the basic array structure and explores the fundamentals of implementing and using multi-dimensional arrays ·Examines the underlying mechanisms of many of Python's built-in data structures and constructs ·Discusses a number of ADTs and applications as threads throughout the book to allow for multiple implementations as new data structures are introduced ·Presents real-world applications of the various chapter topics Table of Content Preface. Chapter 1: Abstract Data Types. 1.1 Introduction. 1.2 The Date Abstract Data Type. 1.3 Bags. 1.4 Iterators. 1.5 Application: Student Records. Chapter 2: Arrays. 2.1 The Array Structure. 2.2 The Python List. 2.3 Two-Dimensional Arrays. 2.4 The Matrix Abstract Data Type. 2.5 Application: The Game of Life. Chapter 3: Sets and Maps. 3.1 Sets. 3.2 Maps. 3.3 Multi-Dimensional Arrays. 3.4 Application: Sales Reports. Chapter 4: Algorithm Analysis. 4.1 Complexity Analysis. 4.2 Evaluating the Python List. 4.3 Amortized Cost. 4.4 Evaluating the Set ADT. 4.5 Application: The Sparse Matrix. Chapter 5: Searching and Sorting. 5.1 Searching. 5.2 Sorting. 5.3 Working with Sorted Lists. 5.4 The Set ADT Revisited. Chapter 6: Linked Structures. 6.1 Introduction. 6.2 The Singly Linked List. 6.3 The Bag ADT Revisited. 6.4 More Ways to Build a Linked List. 6.5 The Sparse Matrix Revisited. 6.6 Application: Polynomials. Chapter 7: Stacks. 7.1 The Stack ADT. 7.2 Implementing the Stack. 7.3 Stack Applications. 7.4 Application: Solving a Maze. Chapter 8: Queues. 8.1 The Queue ADT. 8.2 Implementing the Queue. 8.3 Priority Queues. 8.4 Application: Computer Simulations. Chapter 9: Advanced Linked Lists. 9.1 The Doubly Linked List. 9.2 The Circular Linked List. 9.3 Multi-Linked Lists. 9.4 Complex Iterators. 9.5 Application: Text Editor. Chapter 10: Recursion. 10.1 Recursive Functions. 10.2 Properties of Recursion. 10.3 How Recursion Works. 10.4 Recursive Applications. 10.5 Application: The Eight-Queens Problem. Chapter 11: Hash Tables. 11.1 Introduction. 11.2 Hashing. 11.3 Separate Chaining. 11.4 Hash Functions. 11.5 The HashMap Abstract Data Type. 11.6 Application: Histograms. Chapter 12: Advanced Sorting. 12.1 Merge Sort. 12.2 Quick Sort. 12.3 How Fast Can We Sort? 12.4 Radix Sort. 12.5 Sorting Linked Lists. Chapter 13: Binary Trees. 13.1 The Tree Structure. 13.2 The Binary Tree. 13.3 Expression Trees. 13.4 Heaps. 13.5 Heapsort. 13.6 Application: Morse Code. Chapter 14: Search Trees. 14.1 The Binary Search Tree. 14.2 Search Tree Iterators. 14.3 AVL Trees. 14.4 The 2-3 Tree. Appendix A Python Review. A.1 The Python Interpreter. A.2 The Basics of Python. A.3 User Interaction. A.4 Control Structures. A.5 Collections. A.6 Text Files. A.7 User-Defined Functions. Appendix B User-Defined Modules. B.1 Structured Programs. B.2 Namespaces. Appendix C Exceptions. C.1 Catching Exceptions. C.2 Raising Exceptions. C.3 Standard Exceptions. C.4 Assertions. Appendix D Classes. D.1 The Class Definition. D.2 Overloading Operators. D.3 Inheritance. D.4 Polymorphism., Paperback, लेबल: Wiley, Wiley, उत्पाद समूह: Book, प्रकाशित: 2016-05-06, स्टूडियो: Wiley, बिक्री रैंक: 77554.
2
9781118138113 - Rance D. Necaise: Data Structures and Algorithms Using Python
Rance D. Necaise

Data Structures and Algorithms Using Python (2010)

Lieferung erfolgt aus/von: Vereinigte Staaten von Amerika EN NW FE EB DL

ISBN: 9781118138113 bzw. 1118138112, in Englisch, 520 Seiten, John Wiley & Sons, Inc. neu, Erstausgabe, E-Book, elektronischer Download.

Lieferung aus: Vereinigte Staaten von Amerika, E-Book zum Download.
This book is designed for a CS2 course that uses Python. A key objective is to provide a "back to basics" approach to learning data structures and algorithms without overwhelming the reader with all of the OOP terminology and concepts. To provide flexibility in topic coverage for a wide variety of courses, the author focuses on data structures and algorithms, while designing the examples to allow the introduction of object-oriented programming if so desired. The book also introduces the concept of algorithm analysis and explores the efficiency of algorithms and data structures throughout the text. Kindle Edition, Ausgabe: 1, Format: Kindle eBook, Label: John Wiley & Sons, Inc. John Wiley & Sons, Inc. Produktgruppe: eBooks, Publiziert: 2010-12-01, Freigegeben: 2010-12-01, Studio: John Wiley & Sons, Inc. Verkaufsrang: 499177.
3
9781118138113 - Rance D. Necaise: Data Structures and Algorithms Using Python
Rance D. Necaise

Data Structures and Algorithms Using Python (2010)

Lieferung erfolgt aus/von: Vereinigte Staaten von Amerika EN NW FE EB DL

ISBN: 9781118138113 bzw. 1118138112, in Englisch, 520 Seiten, John Wiley & Sons, Inc. neu, Erstausgabe, E-Book, elektronischer Download.

Lieferung aus: Vereinigte Staaten von Amerika, E-Book zum Download.
This book is designed for a CS2 course that uses Python. A key objective is to provide a "back to basics" approach to learning data structures and algorithms without overwhelming the reader with all of the OOP terminology and concepts. To provide flexibility in topic coverage for a wide variety of courses, the author focuses on data structures and algorithms, while designing the examples to allow the introduction of object-oriented programming if so desired. The book also introduces the concept of algorithm analysis and explores the efficiency of algorithms and data structures throughout the text. Kindle Edition, Ausgabe: 1, Format: Kindle eBook, Label: John Wiley & Sons, Inc. John Wiley & Sons, Inc. Produktgruppe: eBooks, Publiziert: 2010-12-01, Freigegeben: 2010-12-01, Studio: John Wiley & Sons, Inc. Verkaufsrang: 555004.
4
9780470913710 - Necaise: Data Struct. and Algorithms Using Pyth.
Necaise

Data Struct. and Algorithms Using Pyth.

Lieferung erfolgt aus/von: Vereinigte Staaten von Amerika EN NW EB

ISBN: 9780470913710 bzw. 0470913711, in Englisch, John Wiley & Sons, neu, E-Book.

51,24 ($ 56,25)¹
versandkostenfrei, unverbindlich
Lieferung aus: Vereinigte Staaten von Amerika, Lagernd.
9780470913710,0470913711,data,struct,algorithms,using,pyth,necaise, A digital copy of "Data Struct. and Algorithms Using Pyth." by Necaise. Download is immediately available upon purchase! eBook, Format: VitalSource Bookshelf. Type: . Copying: Allowed, 2 selections may be copied every 180 days. Printable: Allowed, 10 prints for 180 days. Expires: Yes, may be used for 180 days after activation. Read Aloud?: Allowed. Sharing: Not Allowed. Software: VitalSource Bookshelf. Shipping to USA only!
5
9780470913710 - Rance D. Necaise: Data Structures and Algorithms Using Python
Rance D. Necaise

Data Structures and Algorithms Using Python

Lieferung erfolgt aus/von: Vereinigte Staaten von Amerika EN NW EB

ISBN: 9780470913710 bzw. 0470913711, in Englisch, John Wiley & Sons, neu, E-Book.

45,55 ($ 50,00)¹
versandkostenfrei, unverbindlich
Lieferung aus: Vereinigte Staaten von Amerika, Lagernd.
9780470913710,0470913711,data,structures,algorithms,using,python,rance,necaise, A digital copy of "Data Structures and Algorithms Using Python" by Rance D. Necaise. Download is immediately available upon purchase! eBook, Format: VitalSource Bookshelf. Type: . Copying: Allowed, 2 selections may be copied every 120 days. Printable: Allowed, 10 prints for 120 days. Expires: Yes, may be used for 120 days after activation. Read Aloud?: Allowed. Sharing: Not Allowed. Software: VitalSource Bookshelf. Shipping to USA only!
6
9780470913710 - Rance D. Necaise: Data Structures and Algorithms Using Python
Rance D. Necaise

Data Structures and Algorithms Using Python

Lieferung erfolgt aus/von: Vereinigte Staaten von Amerika EN NW EB

ISBN: 9780470913710 bzw. 0470913711, in Englisch, John Wiley & Sons, neu, E-Book.

42,70 ($ 46,88)¹
versandkostenfrei, unverbindlich
Lieferung aus: Vereinigte Staaten von Amerika, Lagernd.
9780470913710,0470913711,data,structures,algorithms,using,python,rance,necaise, A digital copy of "Data Structures and Algorithms Using Python" by Rance D. Necaise. Download is immediately available upon purchase! eBook, Format: VitalSource Bookshelf. Type: . Copying: Allowed, 2 selections may be copied every 90 days. Printable: Allowed, 10 prints for 90 days. Expires: Yes, may be used for 90 days after activation. Read Aloud?: Allowed. Sharing: Not Allowed. Software: VitalSource Bookshelf. Shipping to USA only!
7
9780470618295 - Rance D. Necaise: Data Structures and Algorithms Using Python
Rance D. Necaise

Data Structures and Algorithms Using Python (2010)

Lieferung erfolgt aus/von: Niederlande EN PB NW

ISBN: 9780470618295 bzw. 0470618299, in Englisch, John Wiley And Sons Ltd, Taschenbuch, neu.

58,57
unverbindlich
Lieferung aus: Niederlande, 4-8 werkdagen.
Books2Anywhere.
More and more programmers are turning to Python and this book will give them the understanding they need. Necaise introduces the basic array structure and explores the fundamentals of implementing and using multi-dimensional arrays. The underlying mechanisms of many of Python's built-in data structures and constructs are covered. A number of ADTs and applications are discussed as threads throughout the book to allow for multiple implementations as new data structures are introduced. Real-world applications of the various chapter topics are also presented. This gives programmers complete coverage of abstraction and the basic data structures and algorithms in the Python language.Soort: Met illustraties;Taal: Engels;Afmetingen: 18x251x203 mm;Gewicht: 866,00 gram;Verschijningsdatum: december 2010;ISBN10: 0470618299;ISBN13: 9780470618295; Engelstalig | Paperback | 2010.
8
9780470913710 - Necaise: Data Structures and Algorithms Using Python
Necaise

Data Structures and Algorithms Using Python

Lieferung erfolgt aus/von: Vereinigte Staaten von Amerika EN NW EB

ISBN: 9780470913710 bzw. 0470913711, in Englisch, John Wiley & Sons, neu, E-Book.

56,93 ($ 62,50)¹
versandkostenfrei, unverbindlich
Lieferung aus: Vereinigte Staaten von Amerika, Lagernd.
9780470913710,0470913711,data,structures,algorithms,using,python,necaise, A digital copy of "Data Structures and Algorithms Using Python" by Necaise. Download is immediately available upon purchase! eBook, Format: VitalSource Bookshelf. Type: . Copying: Allowed, 2 selections may be copied every 365 days. Printable: Allowed, 10 prints for 365 days. Expires: Yes, may be used for 365 days after activation. Read Aloud?: Allowed. Sharing: Not Allowed. Software: VitalSource Bookshelf. Shipping to USA only!
9
9788126562169 - Rance D. Necaise: Data Structures And Algorithms Using Python
Symbolbild
Rance D. Necaise

Data Structures And Algorithms Using Python

Lieferung erfolgt aus/von: Vereinigte Staaten von Amerika EN NW

ISBN: 9788126562169 bzw. 8126562161, in Englisch, Wiley India, neu.

8,40 ($ 8,91)¹ + Versand: 4,01 ($ 4,25)¹ = 12,41 ($ 13,16)¹
unverbindlich
Von Händler/Antiquariat, TH Books [63350085], New Delhi, India.
This is an Int'l Edition. Please note: We do not ship to PO Boxes, please provide us with your complete delivery address.
10
9788126562169 - Rance D. Necaise: Data Structures And Algorithms Using Python
Symbolbild
Rance D. Necaise

Data Structures And Algorithms Using Python (2016)

Lieferung erfolgt aus/von: Vereinigte Staaten von Amerika EN PB NW

ISBN: 9788126562169 bzw. 8126562161, in Englisch, Wiley India, Taschenbuch, neu.

8,25 ($ 8,75)¹ + Versand: 2,51 ($ 2,66)¹ = 10,76 ($ 11,41)¹
unverbindlich
Von Händler/Antiquariat, Books in my Basket [53363467], New Delhi, India.
Territorial restriction maybe printed on the book. International Edition. Different ISBN and Cover image but contents are same as US edition.
Lade…