Skip to content

GioF71/python-playground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python-playground

Exercises and notes about my Python learning path

Credits

Data Structures

Trees

Inspired from this repo: Python data structures: Trees by Ryan Mitchell.
Watching actively the real course on LinkedIn Learning is highly recommended. These are simply my notes and exercises.

Dynamic Programming

Inspired from this video by Alvin Zablan for freeCodeCamp.org.
These are my exercises using Python, while in the video Node.js is used.