Tag: DSA

Graph Algorithms Every Engineer Should Know

A practical guide to choosing, implementing, and testing graph traversal, shortest-path, and dependency algorithms in TypeScript.

2026-03-21 · 14 min read

Understanding Big-O Beyond the Cheat Sheet

Learn to reason about bounds, input models, amortization, memory, hardware effects, and honest benchmarks when choosing algorithms.

2025-07-11 · 15 min read