Python Data Structures: Trees

LinkedIn Learning
via LinkedIn
Save (0)
ClosePlease login

No account yet? Register

What are trees, in Python, and how do they fit in with other data structures such as linked lists and graphs? In this course, instructor Ryan Mitchell discusses binary search trees (BSTs) and what you can do with them in a real-world context. Ryan shows you how to build a basic tree with just a few lines of Python. She steps through how to search and traverse a tree, as well as how to print a tree to a terminal. Ryan explains how to add nodes to your tree, delete them, and detect unbalanced trees. When you find an unbalanced tree, it’s important to rebalance it. Ryan walks you through rebalancing four types of unbalanced trees. She concludes with a challenge that features smarter automated rebalancing.

Instructor(s)

Ryan Mitchell
LinkedIn Learning
via LinkedIn
Paid, free trial available
English
Certificate of Completion
1h 16m
Self paced
Intermediate