A public digital garden documenting my journey through bugs, features, and the chaotic beauty of web development.
Master the Monotonic Deque approach to efficiently track the maximum value in a sliding window.
Master the art of merging intervals with a clean, three-phase linear approach.
From Basic Indexing to Advanced Patterns—Master the Most Elegant Feature of Python
Solve the classic Two Sum problem using brute-force and optimized hashing techniques, a must-know algorithm for coding interviews.
Learn how to efficiently find the longest substring with unique characters using sliding window and hashmap in Python and JavaScript.