Given a word, determine its score in Scrabble.

The input string will always be provided in lower case. Use the English language Scrabble letter values as found in this Wikipedia reference: letter distributions for English.

Example:

 Input  str = 'matlab'
 Output score is 10.

Solution Stats

3381 Solutions

2178 Solvers

Last Solution submitted on May 15, 2026

Last 200 Solutions

Problem Comments

Solution Comments

Show comments
Loading...