Uluc OzdenvarAce Your Coding Interview — Blind 75 Solved and Explained — Part 10 Dynamic ProgrammingDynamic programming is often considered the most intimidating subject in coding interviews. However, dynamic programming problems become…Feb 171
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, 2024
Mrinmayee Gajanan RaneSolving “Product of Array Except Self” on LeetCodeThe “Product of Array Except Self” is a popular problem on LeetCode (Problem #238). It’s a great test of array manipulation…Jan 25Jan 25
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, 2024Aug 7, 2024
Mrinmayee Gajanan RaneFinding the Top K Frequent Elements in an Array: A Step-by-Step Guide to Solving - Leetcode 347In this article, we’ll dive into Leetcode 347, a problem that requires identifying the top K frequent elements in an array. We’ll explore a…Jan 25Jan 25
Uluc OzdenvarAce Your Coding Interview — Blind 75 Solved and Explained — Part 10 Dynamic ProgrammingDynamic programming is often considered the most intimidating subject in coding interviews. However, dynamic programming problems become…Feb 171
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, 2024
Mrinmayee Gajanan RaneSolving “Product of Array Except Self” on LeetCodeThe “Product of Array Except Self” is a popular problem on LeetCode (Problem #238). It’s a great test of array manipulation…Jan 25
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, 2024
Mrinmayee Gajanan RaneFinding the Top K Frequent Elements in an Array: A Step-by-Step Guide to Solving - Leetcode 347In this article, we’ll dive into Leetcode 347, a problem that requires identifying the top K frequent elements in an array. We’ll explore a…Jan 25
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 2, 20242
İbrahim Halil ÖZERDEMBlind75 — Contains DuplicateFor this problem, I implemented three different solution approaches:Jan 25
Mehar ChandGenerating the Next Permutation in JavaThe “Next Permutation” problem involves rearranging numbers into the lexicographically next greater permutation. In this blog post, we’ll…Jul 16, 2024