6 kyu

Highest Scoring Word

33,583 of 107,450PG1

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 Trained194508
Total Skips28209
Total Code Submissions364674
Total Times Completed107450
JavaScript Completions33583
Haskell Completions797
Ruby Completions2425
Python Completions38811
Crystal Completions34
C# Completions5656
Java Completions10711
R Completions199
C++ Completions5012
C Completions1248
Elixir Completions294
PowerShell Completions167
PHP Completions2674
Kotlin Completions1278
Scala Completions445
NASM Completions20
Rust Completions1467
Go Completions2178
CoffeeScript Completions15
Julia Completions64
TypeScript Completions2109
COBOL Completions7
D Completions5
Factor Completions12
Lua Completions46
Groovy Completions7
Total Stars2963
% of votes with a positive feedback rating92% of 8602
Total "Very Satisfied" Votes7345
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