LeetCode Link
Topics: String,Backtracking,Greedy,Counting,Enumeration,DFS
Date: 27th June 2025
Problem Statement
Given a string s and an integer k, return the longest subsequence of s such that the subsequence can be repeated k times as a subsequenc...