
Tech Revolvers

Day 5 Leet code series, today we will be picking the problem Climbing Stairs (https://leetcode.com/problems/climbing-stairs/). Read more

Day 4 Leet code series, today we will be picking the problem Three sum (https://leetcode.com/problems/3sum/). Read more

Day 3 Leet code series, today we will be picking the problem two sum II – Array is Sorted (https://leetcode.com/problems/two-sum-ii-input-array-is-sorted/). Read more

Day 2 Leet code series, today we will be picking the problem Single Number (https://leetcode.com/problems/single-number/). Read more

Day 1 Leet code series, today we will be picking the problem best time to buy and sell stocks (https://leetcode.com/problems/best-time-to-buy-and-sell-stock/). Read more

To get a new date we can use This will return a date in a format : Sun Jul 25 2021 14:12:05 GMT+0530 (India Standard Time) Most of times we don’t have to show the date in this format. We can control that using a trick. Before that we should know some of the functions… Read more