Ullas Kunder

Writing / 65 entries

Code, Solutions
& Discovery.

A public digital garden — bugs, breakthroughs, and the chaos of building things on the web.

Topics · 156
↓ newest
alldsa34python29interview26leetcode22algorithms16guide11
25
May 8, 2026#leetcode#python

LeetCode 207: Course Schedule

Detect cycles in directed graphs using DFS and BFS Topological Sort (Kahn's Algorithm).

26
May 7, 2026#leetcode#python

LeetCode 73: Set Matrix Zeroes

Master the O(1) space trick: using the matrix itself as storage to zero out rows and columns.

27
May 6, 2026#leetcode#python

LeetCode 572: Subtree of Another Tree

Solving the subtree matching problem with a clever serialization trick that beats 93% of submissions.

28
Apr 26, 2026#grokking#book

101 Binary Search from grokking algorithm

Understanding Binary Search from one of the book that I think is good for students

29
Apr 25, 2026#algorithms#python

LeetCode 300: Longest Increasing Subsequence

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

30
Apr 23, 2026#flutter#firebase

Shipping PhysDaily: A Solo Engineer's Blueprint for AI-Powered Mobile Apps

From Blank IDE to Google Play: A Solo Engineer's Blueprint for Building AI-Powered Mobile Apps with Flutter and Firebase

31
Apr 22, 2026#leetcode#python

LeetCode 417: Pacific Atlantic Water Flow

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

32
Apr 21, 2026#leetcode#python

LeetCode 23: Merge k Sorted Lists

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

prev04 / 09next