Array
Partition Equal Subset Sum
This tutorial will show some algorithms to solve Partition Equal Subset Sum problem that often appears in coding interview or competitive programming contest.
Posted October 24, 2022 by Hary Prabowo Suryoatmojo ‐ 3 min read
Paint House
This tutorial will show some algorithms to solve Paint House problem that often appears in coding interview or competitive programming contest.
Posted September 30, 2022 by Hary Prabowo Suryoatmojo ‐ 3 min read
Delete and Earn
This tutorial will show some algorithms to solve Delete and Earn problem that often appears in coding interview or competitive programming contest.
Posted September 24, 2022 by Hary Prabowo Suryoatmojo ‐ 5 min read
House Robber II
This tutorial will show some algorithms to solve House Robber II problem that often appears in coding interview or competitive programming contest.
Posted September 23, 2022 by Hary Prabowo Suryoatmojo ‐ 5 min read
House Robber
This tutorial will show some algorithms to solve House Robber problem that often appears in coding interview or competitive programming contest.
Posted September 21, 2022 by Hary Prabowo Suryoatmojo ‐ 4 min read
Maximum Score from Performing Multiplication Operations
This tutorial will show some algorithms to solve Maximum Score from Performing Multiplication Operations problem.
Posted September 12, 2022 by Hary Prabowo Suryoatmojo ‐ 6 min read
Find the Kth Largest Integer in the Array
This tutorial will show some algorithms to find the Kth Largest Integer in an Array.
Posted December 14, 2021 by Hary Prabowo Suryoatmojo ‐ 4 min read
Insert Delete GetRandom O(1)
This tutorial will show how to design RandomizedSet class that has average O(1) time complexity for each Insert, Delete and GetRandom functionality
Posted November 28, 2021 by Hary Prabowo Suryoatmojo ‐ 3 min read
Kth Largest Element in an Array
This tutorial will show some algorithms to find Kth Largest Element in an Array.
Posted November 28, 2021 by Hary Prabowo Suryoatmojo ‐ 3 min read
Top K Frequent Elements
This tutorial will show some algorithms to solve Top K Frequent Elements problem.
Posted November 24, 2021 by Hary Prabowo Suryoatmojo ‐ 9 min read
Merge Intervals Problem
This tutorial will show you how to solve Merge Intervals problem.
Posted October 6, 2021 by Hary Prabowo Suryoatmojo ‐ 2 min read
Count Binary Substrings
This tutorial will show you how to solve Count Binary Substrings problem.
Posted October 5, 2021 by Hary Prabowo Suryoatmojo ‐ 2 min read
Minimum Time Visiting All Points
This tutorial will show you how to solve Minimum Time Visiting All Points problem.
Posted February 28, 2021 by Hary Prabowo Suryoatmojo ‐ 3 min read