Day 16 of LeetCode Challenge
Problem 1: Balanced Binary Tree
Link to the problem: https://leetcode.com/problems/balanced-binary-tree/description/
/**
* Definition for a binary tree node.
* public class TreeNode {
* int val;
* TreeNode left;
* TreeNode right;
*...
tusharpant.hashnode.dev3 min read