Algorithms icon indicating copy to clipboard operation
Algorithms copied to clipboard

Minimum ASCII Delete Sum for Two Strings

Open NMNDV opened this issue 3 years ago • 0 comments

Given two strings s1 and s2, return the lowest ASCII sum of deleted characters to make two strings equal. tag: DP LeetCode, 712, Medium, 85 % faster, 75 % less memory (relative), Easy to read

NMNDV avatar Oct 04 '21 12:10 NMNDV