Minimum Distance Between BST Nodes
Problem link: Minimum Distance Between BST Nodes - LeetCode Given the root of a Binary Search Tr…
Problem link: Minimum Distance Between BST Nodes - LeetCode Given the root of a Binary Search Tr…
Problem link: Sum of Left Leaves - LeetCode Given the root of a binary tree, return the sum of …
Problem link: Binary Tree Paths - LeetCode Given the root of a binary tree, return all root-to-…
Problem link: Binary Tree Preorder Traversal - LeetCode Given the root of a binary tree, return …
Problem link: Number of Provinces - LeetCode There are n cities. Some of them are connected, whi…
Problem link: Max Area of Island - LeetCode You are given an m x n binary matrix grid . An isla…
Problem link: Number of Closed Islands - LeetCode Given a 2D grid consists of 0s (land) and 1…
Problem link: Rotting Oranges - LeetCode You are given an m x n grid where each cell can have…
Problem link: https://leetcode.com/problems/combination-sum/ Given an array of distinct integer…
Problem link: https://leetcode.com/problems/combinations/ Given two integers n and k , return …
Problem link: https://leetcode.com/problems/reduce-array-size-to-the-half/ You are given an intege…
Problem link: https://leetcode.com/problems/merge-k-sorted-lists/ You are given an array of k li…