Skip to main content

4 docs tagged with "algorithms"

View all tags

How to Build Tree Structures

Explore multiple techniques for converting flat or semi-structured data into trees in Python, including recursive, map-based, and bottom-up builds like Merkle trees.

When an Easy Problem Isn't

A deceptively simple stack problem, and the mental traps it led me into before the greedy insight finally clicked