6 kyu

Highest Scoring Word

10,709 of 107,419PG1

Description:

Given a string of words, you need to find the highest scoring word.

Each letter of a word scores points according to its position in the alphabet: a = 1, b = 2, c = 3 etc.

For example, the score of abad is 8 (1 + 2 + 1 + 4).

You need to return the highest scoring word as a string.

If two words score the same, return the word that appears earliest in the original string.

All letters will be lowercase and all inputs will be valid.

Fundamentals
Strings
Arrays

More By Author:

Check out these other kata created by PG1

Stats:

CreatedSep 28, 2016
PublishedSep 28, 2016
Warriors Trained194477
Total Skips28208
Total Code Submissions364572
Total Times Completed107419
JavaScript Completions33580
Haskell Completions797
Ruby Completions2425
Python Completions38798
Crystal Completions34
C# Completions5655
Java Completions10709
R Completions199
C++ Completions5009
C Completions1248
Elixir Completions293
PowerShell Completions167
PHP Completions2674
Kotlin Completions1278
Scala Completions445
NASM Completions20
Rust Completions1464
Go Completions2175
CoffeeScript Completions15
Julia Completions64
TypeScript Completions2108
COBOL Completions7
D Completions5
Factor Completions12
Lua Completions44
Groovy Completions7
Total Stars2962
% of votes with a positive feedback rating92% of 8600
Total "Very Satisfied" Votes7343
Total "Somewhat Satisfied" Votes1127
Total "Not Satisfied" Votes130
Total Rank Assessments10
Average Assessed Rank
6 kyu
Highest Assessed Rank
6 kyu
Lowest Assessed Rank
8 kyu
Ad
Contributors
  • PG1 Avatar
  • GiacomoSorbi Avatar
  • joecastle Avatar
  • anter69 Avatar
  • Brettm12345 Avatar
  • smile67 Avatar
  • Chrono79 Avatar
  • kazk Avatar
  • docgunthrop Avatar
  • JorgeVS Avatar
  • adrian.eyre Avatar
  • cyril-lemaire Avatar
  • BrightOne Avatar
  • Voile Avatar
  • Madjosz Avatar
  • Souzooka Avatar
  • appositum Avatar
  • TheDrw Avatar
  • mentalplex Avatar
  • kdmatrosov Avatar
  • FArekkusu Avatar
  • lekowan Avatar
  • hobovsky Avatar
  • Console Cowboy Avatar
  • agutierrez-datio Avatar
  • trashy_incel Avatar
  • ejini战神 Avatar
  • akar-0 Avatar
  • Kacarott Avatar
  • tri@ Avatar
  • FranzMartyn Avatar
  • KayleighWasTaken Avatar
  • metatable Avatar
Ad