PinnedPublished inDev GeniusMerging Two Linked Lists in Java: A Step-by-Step Guide with bonus tips at the endMar 25, 2024Mar 25, 2024
PinnedPublished inDev GeniusWindow Sliding Technique — Find the maximum sum subarray of a fixed size kThe window sliding technique using two pointers is an efficient approach to solving problems where you need to maintain a subarray or…Dec 1, 2023Dec 1, 2023
Find the longest common prefix string amongst an array of stringsFind the longest common prefix among an array of stringsMar 25, 2024Mar 25, 2024
Demystifying Dynamic Programming: A Guide to Optimizing Problem-SolvingDynamic ProgrammingMar 23, 2024Mar 23, 2024
Greedy algorithm and optimized solution for Coin Change ProblemDescription: Given a set of coin denominations and a target amount, find the minimum number of coins needed to make up that amount.Mar 23, 2024Mar 23, 2024
Published inDev GeniusAlgorithm, Time complexity to check if a linked list is a palindromeSlow and fast pointer’s example Nov 26, 2023Nov 26, 2023
Published inDev GeniusFind the middle of a linked list using two pointers and it’s time complexityBuy my book: Let’s talk about Coding basics for young engineers: https://ko-fi.com/s/aa202626c3Nov 24, 2023Nov 24, 2023
Published inDev GeniusWhat is Fast and Slow pointers and When to use them in coding?Nov 24, 20231Nov 24, 20231