Mar 30, 2026 · 3 min read
Reduction Operations to Make the Array Elements Equal: Pattern and Complexity Walkthrough
A concise walkthrough for Reduction Operations to Make the Array Elements Equal with clear approach, complexity, and multi-language implementation templates.
AlgorithmsLeetCodeData Structures
Read post→Mar 30, 2026 · 3 min read
Longest Palindromic Subsequence: Pattern and Complexity Walkthrough
A concise walkthrough for Longest Palindromic Subsequence with clear approach, complexity, and multi-language implementation templates.
AlgorithmsLeetCode
Read post→Mar 28, 2026 · 5 min read
Valid Parentheses: Why Stack Is the Cleanest Fit
How I approach bracket-matching problems with a stack, and the exact checks that avoid false positives.
AlgorithmsData StructuresLeetCode
Read post→Mar 25, 2026 · 6 min read
Binary Search Template I Reuse for First True
A reusable binary search template for boundary problems, with loop invariants and off-by-one safety tips.
Algorithms
Read post→