Ullas Kunder Logo
  • Blogs
  • Contact
  • Projects
  • Visitor

Alljsdomreacthooksguidemarkdownbasicp5dsagitgithubc++libarrayregxadvancestacktsnextjsmdxrssdev.toblognext-apissrseocmsalgorithmsarraysprefixsumpythonjavascriptsubarraybrute-forceinterviewhashmapoptimalcodingnodejsautomationbloggingproductivityJavaScriptdebouncethrottleevent handlingperformance optimizationsearch inputscroll eventsrequestAnimationFramemodern JavaScriptJavascriptevent-looptask-queuemicrotasksmacrotasksasynccall-stackexecution-contextweb-developmentbeginner-guidetwopointerstringslidingwindowPostgreSQLPostgreSQL Password ResetPostgreSQL WindowsReset Database PasswordPostgres SecurityDatabase Administrationpsql TutorialPowerShell PostgreSQLPostgreSQL 17slicinglistsstringsgowailssystem-traydesktop-appbackground-taskgoroutinestreesgraph-theorybfsdfsgraphssearchbstbinary-searchleetcoderecursionintervalssliding-windowlinked-listheapdivide-and-conquergraphflutterfirebasemobileappaisystem-designrapid-prototypingdynamic-programming
Latest
  • LeetCode 300: Longest Increasing Subsequence

    Mastering the LIS problem with Dynamic Programming and Binary Search optimization.

    Apr 25, 2026

  • LeetCode 417: Pacific Atlantic Water Flow

    Mastering graph traversal by thinking backwards: How to find cells that flow to both oceans using BFS.

    Apr 22, 2026

  • LeetCode 23: Merge k Sorted Lists

    Master the art of merging multiple sorted linked lists using Min-Heaps and Divide & Conquer strategies.

    Apr 21, 2026

  • LeetCode 239: Sliding Window Maximum

    Master the Monotonic Deque approach to efficiently track the maximum value in a sliding window.

    Apr 20, 2026

  • LeetCode 57: Insert Interval – Efficient Merging

    Master the art of merging intervals with a clean, three-phase linear approach.

    Apr 19, 2026

  • Python Slicing 101 Essential Techniques

    From Basic Indexing to Advanced Patterns—Master the Most Elegant Feature of Python

    Apr 10, 2026

  • Two Sum – Brute Force vs Hashing

    Solve the classic Two Sum problem using brute-force and optimized hashing techniques, a must-know algorithm for coding interviews.

    Sep 23, 2025

  • Longest Substring Without Repeating Characters – Sliding Window

    Learn how to efficiently find the longest substring with unique characters using sliding window and hashmap in Python and JavaScript.

    Sep 23, 2025

  • Check if a Subarray with Zero Sum Exists – Prefix Sum in Action

    Understand how to check for a zero-sum subarray using both brute-force and prefix sum techniques, with step-by-step code in Python and JavaScript.

    Jun 26, 2025

  • Find Pair with Given Sum in an Array – Brute-force and Optimal Approaches

    Explore how to find two elements in an array that sum up to a target value using brute-force and hash map techniques in both Python and JavaScript.

    Jun 26, 2025

  • Print All Zero-Sum Subarrays – From Brute-Force to Prefix Hashing

    Explore how to find and print all subarrays that sum to zero using both brute-force and efficient prefix-sum + hashmap techniques in Python.

    Jun 26, 2025