Closed Shree987 closed 4 years ago
I want to work on this. Assign this to me.
Okay, go ahead @praj1wal
Since, the time-limit for submission is reached and no PR is submitted, this issue is currently not assigned to anyone and is open for submissions. Kindly claim this issue before starting with PR and finish the PR submission before time-limit once you are assigned.
Description
Given a string s and an integer k. You need to delete at most k characters from s such that the run-length encoded version of s has minimum length. Also note that in this case, we are not adding '1' after single characters.
Find the minimum length of the run-length encoded version of s after deleting at most k characters.
Details
Issue requirements / progress
Resources
Run length Encoding
Directory Structure
Create a new folder "45_Modified_Run_length_Encoding" inside the "Algorithms" folder and add all the necessary files and code in "Algorithms/45_Modified_Run_length_Encoding"
Note