Apr 15, 2026 · 3 min read
Substring Matching Pattern: Pattern and Complexity Walkthrough
A concise walkthrough for Substring Matching Pattern with clear approach, complexity, and multi-language implementation templates.
Technical Blog
I document solution strategies, implementation patterns, and lessons from coding problems so I can build a reliable interview and engineering knowledge base.
Apr 15, 2026 · 3 min read
A concise walkthrough for Substring Matching Pattern with clear approach, complexity, and multi-language implementation templates.
Apr 14, 2026 · 3 min read
A concise walkthrough for Number of Submatrices That Sum to Target with clear approach, complexity, and multi-language implementation templates.
Apr 13, 2026 · 3 min read
A concise walkthrough for Longer Contiguous Segments of Ones than Zeros with clear approach, complexity, and multi-language implementation templates.
Apr 10, 2026 · 3 min read
A concise walkthrough for Zero Array Transformation III with clear approach, complexity, and multi-language implementation templates.
Apr 07, 2026 · 3 min read
A concise walkthrough for Remove Zero Sum Consecutive Nodes from Linked List with clear approach, complexity, and multi-language implementation templates.
Apr 06, 2026 · 3 min read
A concise walkthrough for Decode the Slanted Ciphertext with clear approach, complexity, and multi-language implementation templates.
Apr 05, 2026 · 3 min read
A concise walkthrough for Minimum Depth of Binary Tree with clear approach, complexity, and multi-language implementation templates.
Apr 04, 2026 · 3 min read
A concise walkthrough for IPO with clear approach, complexity, and multi-language implementation templates.
Apr 01, 2026 · 3 min read
A concise walkthrough for Minimum Cost to Make Two Binary Strings Equal with clear approach, complexity, and multi-language implementation templates.
Mar 30, 2026 · 4 min read
A practical walkthrough of how I use a hash map for Two Sum, including edge-case checks and why one-pass lookup is enough.