Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Data Structures

Udemy Course

This repository holds all the supporting files for my Python Data Structures A to Z course, including all the presentations in PDF format, and all the code in Jupyter Notebooks. These resources are available under the MIT license.

This course covers the following topics:
Section 1: Intro, Python native data structures, String, List, Tuple, Set, Dictionary.
Section 2: Stacks, Queues and Heaps.
Section 3: Linked Lists, Circular Linked Lists, Doubly Linked Lists.
Section 4: Binary Search Trees.
Section 5: Graphs.

Each section (2-5) explains how the data structure works, key methods, use cases, and walks through how to implement it in Python 3 code.

About

Udemy course on Python Data Structures

Resources

Stars

67 stars

Watchers

4 watching

Forks

Releases

Packages

Contributors

Languages