Heap

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

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

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