Search
⌘K

Leetcode 3110. Score of a String

Compute the "score" of a lowercase string s by scanning adjacent character pairs and summing the absolute differences of their ASCII values; return that total. Constraints: 2 ≤ |s| ≤ 100.


Question Timeline

See when this question was last asked and where, including any notes left by other candidates.

Comments

Your account is free and you can post anonymously if you choose.