top of page
Code Recipe
Dec 184 min read
LeetCode - First Unique Character in a String
Given a string s find the first unique/non-repeating character in it, return its index as result. If it does not exist return -1.
20 views1 comment
Ashwin Shirva
Dec 174 min read
LeetCode - Daily Temperatures Fastest Solution
Given an array of integers, temperatures, where each element in the array represents the daily temperature for that day, return an integer
24 views1 comment
Ashwin Shirva
Dec 133 min read
LeetCode - Remove All Adjacent Duplicates In String
We are given a string s consisting of lower case English letters. Write an algorithm that removes two same/equal adjacent letters from this
23 views1 comment
bottom of page