Items related to Python Data Structures and Algorithms: Improve application...

Python Data Structures and Algorithms: Improve application performance with graphs, stacks, and queues - Softcover

  • 3.28 out of 5 stars
    18 ratings by Goodreads
 
Image Not Available

Synopsis

Implement classic and functional data structures and algorithms using Python

Key Features

  • A step by step guide, which will provide you with a thorough discussion on the analysis and design of fundamental Python data structures.
  • Get a better understanding of advanced Python concepts such as big-o notation, dynamic programming, and functional data structures.
  • Explore illustrations to present data structures and algorithms, as well as their analysis, in a clear, visual manner.

Book Description

Data structures allow...

About the Author

Benjamin Baka works as a software developer and has over 10 years, experience in programming. He is a graduate of Kwame Nkrumah University of Science and Technology and a member of the Linux Accra User Group. Notable in his language toolset are C, C++, Java, Python, and Ruby. He has a huge interest in algorithms and finds them a good intellectual exercise.

He is a technology strategist and software...

"About this title" may belong to another edition of this title.

  • PublisherPackt Publishing
  • Publication date2017
  • ISBN 10 1786467356
  • ISBN 13 9781786467355
  • BindingPaperback
  • LanguageEnglish
  • Number of pages310
  • Rating
    • 3.28 out of 5 stars
      18 ratings by Goodreads

Buy Used

Condition: Very Good
Ship within 24hrs. Satisfaction... View this item

Shipping: FREE
Within U.S.A.

Destination, rates & speeds

Add to basket

Search results for Python Data Structures and Algorithms: Improve application...

Stock Image

Baka, Benjamin
Published by Packt Publishing (edition ), 2017
ISBN 10: 1786467356 ISBN 13: 9781786467355
Used Paperback

Seller: BooksRun, Philadelphia, PA, U.S.A.

Seller rating 5 out of 5 stars 5-star rating, Learn more about seller ratings

Paperback. Condition: Very Good. Ship within 24hrs. Satisfaction 100% guaranteed. APO/FPO addresses supported. Seller Inventory # 1786467356-8-1

Contact seller

Buy Used

US$ 25.17
Convert currency
Shipping: FREE
Within U.S.A.
Destination, rates & speeds

Quantity: 1 available

Add to basket

Stock Image

Baka, Benjamin
Published by Packt Publishing, 2017
ISBN 10: 1786467356 ISBN 13: 9781786467355
New paperback

Seller: Textbooks_Source, Columbia, MO, U.S.A.

Seller rating 5 out of 5 stars 5-star rating, Learn more about seller ratings

paperback. Condition: New. Ships in a BOX from Central Missouri! UPS shipping for most packages, (Priority Mail for AK/HI/APO/PO Boxes). Seller Inventory # 006654097N

Contact seller

Buy New

US$ 41.29
Convert currency
Shipping: US$ 3.99
Within U.S.A.
Destination, rates & speeds

Quantity: 8 available

Add to basket

Seller Image

Baka, Benjamin
Published by Packt Publishing, 2017
ISBN 10: 1786467356 ISBN 13: 9781786467355
New Softcover

Seller: GreatBookPrices, Columbia, MD, U.S.A.

Seller rating 5 out of 5 stars 5-star rating, Learn more about seller ratings

Condition: New. Seller Inventory # 29540044-n

Contact seller

Buy New

US$ 49.04
Convert currency
Shipping: US$ 2.64
Within U.S.A.
Destination, rates & speeds

Quantity: 2 available

Add to basket

Stock Image

Baka, Benjamin
Published by Packt Publishing, 2017
ISBN 10: 1786467356 ISBN 13: 9781786467355
New Softcover

Seller: Lucky's Textbooks, Dallas, TX, U.S.A.

Seller rating 5 out of 5 stars 5-star rating, Learn more about seller ratings

Condition: New. Seller Inventory # ABLIING23Mar2912160173217

Contact seller

Buy New

US$ 47.70
Convert currency
Shipping: US$ 3.99
Within U.S.A.
Destination, rates & speeds

Quantity: Over 20 available

Add to basket

Seller Image

Baka, Benjamin
Published by Packt Publishing 5/31/2017, 2017
ISBN 10: 1786467356 ISBN 13: 9781786467355
New Paperback or Softback

Seller: BargainBookStores, Grand Rapids, MI, U.S.A.

Seller rating 5 out of 5 stars 5-star rating, Learn more about seller ratings

Paperback or Softback. Condition: New. Python Data Structures and Algorithms 1.18. Book. Seller Inventory # BBS-9781786467355

Contact seller

Buy New

US$ 53.18
Convert currency
Shipping: FREE
Within U.S.A.
Destination, rates & speeds

Quantity: 5 available

Add to basket

Stock Image

Baka, Benjamin
Published by Packt Publishing, 2017
ISBN 10: 1786467356 ISBN 13: 9781786467355
New Softcover

Seller: California Books, Miami, FL, U.S.A.

Seller rating 5 out of 5 stars 5-star rating, Learn more about seller ratings

Condition: New. Seller Inventory # I-9781786467355

Contact seller

Buy New

US$ 54.00
Convert currency
Shipping: FREE
Within U.S.A.
Destination, rates & speeds

Quantity: Over 20 available

Add to basket

Seller Image

Baka, Benjamin
Published by Packt Publishing, 2017
ISBN 10: 1786467356 ISBN 13: 9781786467355
Used Softcover

Seller: GreatBookPrices, Columbia, MD, U.S.A.

Seller rating 5 out of 5 stars 5-star rating, Learn more about seller ratings

Condition: As New. Unread book in perfect condition. Seller Inventory # 29540044

Contact seller

Buy Used

US$ 52.34
Convert currency
Shipping: US$ 2.64
Within U.S.A.
Destination, rates & speeds

Quantity: 2 available

Add to basket

Stock Image

Benjamin Baka
Published by Packt Publishing, Birmingham, 2017
ISBN 10: 1786467356 ISBN 13: 9781786467355
New Paperback

Seller: Grand Eagle Retail, Fairfield, OH, U.S.A.

Seller rating 5 out of 5 stars 5-star rating, Learn more about seller ratings

Paperback. Condition: new. Paperback. Implement classic and functional data structures and algorithms using Python Key Features A step by step guide, which will provide you with a thorough discussion on the analysis and design of fundamental Python data structures. Get a better understanding of advanced Python concepts such as big-o notation, dynamic programming, and functional data structures. Explore illustrations to present data structures and algorithms, as well as their analysis, in a clear, visual manner. Book Description Data structures allow you to organize data in a particular way efficiently. They are critical to any problem, provide a complete solution, and act like reusable code. In this book, you will learn the essential Python data structures and the most common algorithms. With this easy-to-read book, you will be able to understand the power of linked lists, double linked lists, and circular linked lists. You will be able to create complex data structures such as graphs, stacks and queues. We will explore the application of binary searches and binary search trees. You will learn the common techniques and structures used in tasks such as preprocessing, modeling, and transforming data. We will also discuss how to organize your code in a manageable, consistent, and extendable way. The book will explore in detail sorting algorithms such as bubble sort, selection sort, insertion sort, and merge sort. By the end of the book, you will learn how to build components that are easy to understand, debug, and use in different applications. What you will learn Gain a solid understanding of Python data structures. Build sophisticated data applications. Understand the common programming patterns and algorithms used in Python data science. Write efficient robust code. Data structures allow you to organize data in a particular way efficiently. They are critical to any problem, provide a complete solution, and act like reusable code. In this book, you will learn the essential Python data structures and the most common algorithms. Shipping may be from multiple locations in the US or from the UK, depending on stock availability. Seller Inventory # 9781786467355

Contact seller

Buy New

US$ 63.99
Convert currency
Shipping: FREE
Within U.S.A.
Destination, rates & speeds

Quantity: 1 available

Add to basket

Stock Image

Baka, Benjamin
Published by Packt Publishing, 2017
ISBN 10: 1786467356 ISBN 13: 9781786467355
New Paperback

Seller: Russell Books, Victoria, BC, Canada

Seller rating 5 out of 5 stars 5-star rating, Learn more about seller ratings

Paperback. Condition: New. Special order direct from the distributor. Seller Inventory # ING9781786467355

Contact seller

Buy New

US$ 58.79
Convert currency
Shipping: US$ 9.99
From Canada to U.S.A.
Destination, rates & speeds

Quantity: Over 20 available

Add to basket

Stock Image

Baka, Benjamin
Published by Packt Publishing 2017-05, 2017
ISBN 10: 1786467356 ISBN 13: 9781786467355
New PF

Seller: Chiron Media, Wallingford, United Kingdom

Seller rating 5 out of 5 stars 5-star rating, Learn more about seller ratings

PF. Condition: New. Seller Inventory # 6666-IUK-9781786467355

Contact seller

Buy New

US$ 50.63
Convert currency
Shipping: US$ 20.49
From United Kingdom to U.S.A.
Destination, rates & speeds

Quantity: 10 available

Add to basket

There are 7 more copies of this book

View all search results for this book