← home

Writing / 63 entries

Code, Solutions
& Discovery.

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

Topics · 150
↓ newest
alldsa34python29interview26leetcode22algorithms16guide11
33
Apr 17, 2026#dsa#trees

Binary Search Tree (BST) Concept and Operations

The data structure that keeps itself sorted — automatically.

34
Apr 17, 2026#leetcode#dsa

LeetCode 94: Binary Tree Inorder Traversal (Recursive vs Iterative)

Solving a classic DFS problem with both elegant recursion and a high-performance explicit stack.

35
Apr 16, 2026#dsa#algorithms

Traversal Algorithms: Navigating Trees and Graphs with BFS and DFS

Mastering Breadth-First and Depth-First Search.

36
Apr 15, 2026#dsa#trees

What is a Tree in DSA?

Understanding the "Why" behind the most fundamental data structure.

37
Apr 13, 2026#go#wails

Adding a sneaky system tray to Wails v2 without locking your threads

Keep your background apps running smoothly by combining Wails and Systray without blocking the main OS thread

38
Apr 10, 2026#python#slicing

Python Slicing 101 Essential Techniques

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

39
Oct 1, 2025#algorithms#javascript

solve leetcode Reverse an Array

Learn how to reverse an array efficiently using brute force and optimal approaches in Python and JavaScript.

40
Oct 1, 2025#algorithms#javascript

solve leetcode find minimum and maximum in an array

Learn how to efficiently find the smallest and largest elements in an array using simple and optimal techniques in Python and JavaScript.

prev05 / 08next