Skip to content

Conversation

NMNDV
Copy link

@NMNDV NMNDV commented Oct 4, 2021

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

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant