top of page
![](https://static.wixstatic.com/media/d6c009_43026980286f4ac8a1e71e9b9524c9be~mv2.jpg/v1/fill/w_250,h_250,fp_0.50_0.50,q_30,blur_30,enc_auto/d6c009_43026980286f4ac8a1e71e9b9524c9be~mv2.webp)
![680. Valid Palindrome II - LeetCode Fastest Solution](https://static.wixstatic.com/media/d6c009_43026980286f4ac8a1e71e9b9524c9be~mv2.jpg/v1/fill/w_454,h_341,fp_0.50_0.50,q_90,enc_auto/d6c009_43026980286f4ac8a1e71e9b9524c9be~mv2.webp)
Code Recipe
Jan 64 min read
680. Valid Palindrome II - LeetCode Fastest Solution
Given string s, return true if it is possible to make s a palindrome by removing at-most one character from s. A string is a palindrome if
30 views1 comment
![](https://static.wixstatic.com/media/d6c009_43026980286f4ac8a1e71e9b9524c9be~mv2.jpg/v1/fill/w_250,h_250,fp_0.50_0.50,q_30,blur_30,enc_auto/d6c009_43026980286f4ac8a1e71e9b9524c9be~mv2.webp)
![125. Valid Palindrome - LeetCode Fastest Solution](https://static.wixstatic.com/media/d6c009_43026980286f4ac8a1e71e9b9524c9be~mv2.jpg/v1/fill/w_454,h_341,fp_0.50_0.50,q_90,enc_auto/d6c009_43026980286f4ac8a1e71e9b9524c9be~mv2.webp)
Code Recipe
Jan 53 min read
125. Valid Palindrome - LeetCode Fastest Solution
Given a string s, return true if it is a palindrome, otherwise return false. A given sentence is a palindrome if, after converting all
46 views1 comment
![](https://static.wixstatic.com/media/d6c009_43026980286f4ac8a1e71e9b9524c9be~mv2.jpg/v1/fill/w_250,h_250,fp_0.50_0.50,q_30,blur_30,enc_auto/d6c009_43026980286f4ac8a1e71e9b9524c9be~mv2.webp)
![260. Single Number III - LeetCode Fastest Solution](https://static.wixstatic.com/media/d6c009_43026980286f4ac8a1e71e9b9524c9be~mv2.jpg/v1/fill/w_454,h_341,fp_0.50_0.50,q_90,enc_auto/d6c009_43026980286f4ac8a1e71e9b9524c9be~mv2.webp)
Code Recipe
Jan 45 min read
260. Single Number III - LeetCode Fastest Solution
Given an integer array nums, every element in nums appears exactly twice except for two numbers that appear only once. Find these two number
31 views1 comment
![](https://static.wixstatic.com/media/d6c009_43026980286f4ac8a1e71e9b9524c9be~mv2.jpg/v1/fill/w_250,h_250,fp_0.50_0.50,q_30,blur_30,enc_auto/d6c009_43026980286f4ac8a1e71e9b9524c9be~mv2.webp)
![136. Single Number - LeetCode Fastest Solution](https://static.wixstatic.com/media/d6c009_43026980286f4ac8a1e71e9b9524c9be~mv2.jpg/v1/fill/w_454,h_341,fp_0.50_0.50,q_90,enc_auto/d6c009_43026980286f4ac8a1e71e9b9524c9be~mv2.webp)
Code Recipe
Jan 33 min read
136. Single Number - LeetCode Fastest Solution
Given a non-empty array of unsorted integers nums, every element in nums appears twice except for one. Find that single number.
30 views1 comment
![](https://static.wixstatic.com/media/d6c009_43026980286f4ac8a1e71e9b9524c9be~mv2.jpg/v1/fill/w_250,h_250,fp_0.50_0.50,q_30,blur_30,enc_auto/d6c009_43026980286f4ac8a1e71e9b9524c9be~mv2.webp)
![1189. Maximum Number of Balloons - LeetCode Fastest Solution](https://static.wixstatic.com/media/d6c009_43026980286f4ac8a1e71e9b9524c9be~mv2.jpg/v1/fill/w_454,h_341,fp_0.50_0.50,q_90,enc_auto/d6c009_43026980286f4ac8a1e71e9b9524c9be~mv2.webp)
Code Recipe
Jan 24 min read
1189. Maximum Number of Balloons - LeetCode Fastest Solution
Given a input string text, use the characters of text to form as many instances of the word "balloon" as possible. You are only allowed to
57 views1 comment
![](https://static.wixstatic.com/media/d6c009_43026980286f4ac8a1e71e9b9524c9be~mv2.jpg/v1/fill/w_250,h_250,fp_0.50_0.50,q_30,blur_30,enc_auto/d6c009_43026980286f4ac8a1e71e9b9524c9be~mv2.webp)
![LeetCode - Find All Numbers Disappeared in an Array Fastest Solution](https://static.wixstatic.com/media/d6c009_43026980286f4ac8a1e71e9b9524c9be~mv2.jpg/v1/fill/w_454,h_341,fp_0.50_0.50,q_90,enc_auto/d6c009_43026980286f4ac8a1e71e9b9524c9be~mv2.webp)
Ashwin Shirva
Jan 13 min read
LeetCode - Find All Numbers Disappeared in an Array Fastest Solution
Given an integer array nums, where nums[i] is in the range nums[1,n], return all the missing numbers in the range [1,n] that do not
39 views1 comment
bottom of page