Skip to main content

3 docs tagged with "dsa"

View all tags

Matrix Toolbox

Handy Python snippets and patterns for working with 2D grids and matrices: initialization, bounds checking, neighbor offsets, and n-distance neighbors.

Why DSA and Big-O Still Matter

DSA and Big-O notation aren't just for interviews — they directly impact real-world performance and costs, from serverless runtime billing to optimizing data pipelines. This article explores their practical value through personal experience and potential demos.