Thanks to visit codestin.com
Credit goes to github.com

Skip to content

lleetomm/udemy_data_structures

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 96.1%
  • Python 3.9%