String

Longest Palindromic Substring

This tutorial will show some algorithms to find the longest palindromic substring in a string.

Posted August 13, 2022 by Hary Prabowo Suryoatmojo ‐ 3 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

Top K Frequent Words

This tutorial will show some algorithms to find Top K Frequent Words in an array of strings.

Posted November 14, 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