AravindIs Grind 75 Enough for FAANG?As I embarked on my journey to land a job at a FAANG company, I found myself asking, “Is Grind 75 enough for FAANG?” With countless…2d ago
Mehar ChandSolving the Group Anagrams Problem in Java and GoThe “Group Anagrams” problem is a common coding challenge that involves grouping strings that are anagrams of each other. In this blog…Aug 21
Mehar ChandFinding the Longest Substring Without Repeating Characters in JavaThe “Longest Substring Without Repeating Characters” problem is a classic coding challenge that tests your understanding of string…Jul 18Jul 18
partha sarathiEfficient Solution of Leetcode Problems :442. Find All Duplicates in an ArrayNov 11Nov 11
AravindIs Grind 75 Enough for FAANG?As I embarked on my journey to land a job at a FAANG company, I found myself asking, “Is Grind 75 enough for FAANG?” With countless…2d ago
Mehar ChandSolving the Group Anagrams Problem in Java and GoThe “Group Anagrams” problem is a common coding challenge that involves grouping strings that are anagrams of each other. In this blog…Aug 21
Mehar ChandFinding the Longest Substring Without Repeating Characters in JavaThe “Longest Substring Without Repeating Characters” problem is a classic coding challenge that tests your understanding of string…Jul 18
Mehar ChandSolving the Longest Repeating Character Replacement Problem in Java and GoThe “Longest Repeating Character Replacement” problem involves finding the length of the longest substring that contains the same letter…Aug 7
Brian MaimbaTwo SumThis article will highlight two approaches the brute force and the efficient approachNov 10
Mehar ChandChecking for Duplicates in an Array using JavaChecking for duplicates in an array is a common problem that can appear in coding interviews. In this post, we’ll explore different ways to…Jul 11