Articles in this series
Finding maximum depth of binary tree in Python using recursion ยท From my experience, getting used to traversing non-linear data structures takes a bit of...
How to insert a node into a binary search tree. In Python. ยท If you have never done it before, inserting a node into a binary search tree might feel a...