Sum of Mutated Array Closest to Target
LeetCode problem #1300
Kth Smallest Element in Sorted Matrix
Find kth smallest element in row and column sorted matrix using heap
Longest Increasing Subsequence
Find the length of the longest increasing subsequence in an array
Longest Repeated Substring
Find the longest substring that appears at least twice in a string