I spent some time to understand mathematical proof from editorial solution, this solution depends more on mathematical proof than coding skills for sure.
Leetcode 179: Largest Number: Solution in Go.
#LeetcodeMedium#DSA#Golang#Go
I started my weekend by solving a Leetcode medium level problem.
Leetcode 1493 - Longest subarray of ones after deleting one element - Solution in Go.
#Leetcode#TwoPointers#LeetcodeMedium#Go#Golang
I think this is the first medium level problem which I have solved using Go 🥳
Leetcode 2095 - Delete middle node of linked list - Solution in Go.
#LeetcodeMedium#LinkedList#100DaysOfCode
Solved another problem which is based on sliding window technique.
Leetcode 1004 - Max Consecutive Ones III
Check reply to view my solution.
#LeetcodeMedium#SlidingWindow#Arrays
This problem can be easily solved if you are familiar with sliding window technique.
Leetcode 1456 - Maximum number of vowels in a substring of given length - Leetcode Medium.
Problem link - leetcode.com/problems/maximu…#Leetcode#LeetcodeMedium#Arrays