Book Image

Python Data Structures and Algorithms [Video]

By : Harish Garg, Mithun Lakshmanaswamy
Book Image

Python Data Structures and Algorithms [Video]

By: Harish Garg, Mithun Lakshmanaswamy

Overview of this book

<p><span id="description" class="sugar_field">This course is about data structures and algorithms. We are going to implement problems in Python. You will start by learning the basics of data structures, linked lists, and arrays in Python. You will be shown how to code tuples in Python followed by an example that shows how to program dicts and sets in Python. You will learn about the use of pointers in Python. You will then explore linear data structures in Python such as stacks, queues, and hash tables. In these you will learn how to implement a stack and code queues and deques. There will also be a demonstration on how to realize a hash table in Python. Following this you will learn how to use tree/graph data structures including binary trees, heaps and priority queues in Python. You will program priority queues and red-black trees in Python with examples. Finally, you will be shown how to apply different algorithms such as Graph traversal, Shortest Path, Minimum Spanning Tree, Maximum Flow tree, and DAG topological sorting </span></p> <p><span id="description" class="sugar_field">This course teaches all these concepts in a very practical hands-on approach without burdening you with lots of theory. By the end of the course, you will have learned how to implement various data structures and algorithms in Python.</span></p> <p><span id="description" class="sugar_field">The code bundle for this course is available at <a style="font-weight: normal;" href="https://github.com/PacktPublishing/Python-Data-Structures-and-Algorithms-v-" target="_new">https://github.com/PacktPublishing/Python-Data-Structures-and-Algorithms-v-</a></span></p> <h2><span class="sugar_field">Style and Approach</span></h2> <p><span class="sugar_field"><span id="trade_selling_points_c" class="sugar_field">This course covers the implementation of different data structures including trees and graphs. The videos are evenly paced, for ease of understanding</span></span></p>
Table of Contents (5 chapters)
Chapter 1
Starting with Basics
Content Locked
Section 3
Starting with Greedy
Introduce Greedy Algorithms., look at some examples of Greedy Algorithms and comparison between Greedy versus Divide and Conquer. - Introduce Greedy Algorithms - Examples of Greedy Algorithms - Greedy versus Divide and Conquer