Skip to main content

3 docs tagged with "Iteration"

View all tags

Cross Language Iteration Comparison

A side-by-side look at iteration patterns across JavaScript, Python, Go, and C++, comparing lambdas, traditional for loops, method chaining, and the tradeoffs between readability, control, and performance.

Fixed Sliding Window: Rethinking the Pattern

A clean, reusable approach to sliding window problems — starting at the first valid state, removing conditional complexity, and focusing on window validity instead of index juggling.