Largest Subarray with 0 SumGiven an array having both positive and negative integers. The task is to compute the length of the largest subarray with a sum of 0.Aug 24Aug 24
Unique PathsThere is a robot on a m x n grid. The robot is initially located at the top-left corner (i.e., grid[0][0]). The robot tries to move to the…Aug 17Aug 17
Leetcode 100. Same TreeGiven the roots of two binary trees p and q, write a function to check if they are the same or not.Jan 10, 2023Jan 10, 2023
Leetcode 134. Gas StationThere are n gas stations along a circular route, where the amount of gas at the ith station is gas[i].Jan 7, 2023Jan 7, 2023
1833. Maximum Ice Cream BarsIt is a sweltering summer day, and a boy wants to buy some ice cream bars.Jan 6, 2023Jan 6, 2023