Recent posts

SQL Review - Part 1

3 minute read

In this post, I wanted to review my basic knowledge about SQL. The materials are from the Leet Code SQL card

Problem: Diameter of Binary Tree

1 minute read

Problem Statement Intuition The problem aims to find the diameter of a binary tree, which is the length of the longest path between any two nodes in a tree....