Skip to content

Comments

Minimum ASCII Delete Sum for Two Strings#165

Open
NMNDV wants to merge 1 commit intoMinor-lazer:masterfrom
NMNDV:NDV-branch
Open

Minimum ASCII Delete Sum for Two Strings#165
NMNDV wants to merge 1 commit intoMinor-lazer:masterfrom
NMNDV:NDV-branch

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