6 kyu

Alphabetized

1,599 of 3,583kop

Description:

The alphabetized kata

Re-order the characters of a string, so that they are concatenated into a new string in "case-insensitively-alphabetical-order-of-appearance" order. Whitespace and punctuation shall simply be removed!

The input is restricted to contain no numerals and only words containing the english alphabet letters.

Example:

alphabetized("The Holy Bible") // "BbeehHilloTy"
alphabetized("The Holy Bible") // "BbeehHilloTy"
alphabetized("The Holy Bible") # "BbeehHilloTy"
alphabetized("The Holy Bible") # "BbeehHilloTy"
alphabetized("The Holy Bible") # "BbeehHilloTy"
alphabetized "The Holy Bible" -- "BbeehHilloTy"
alphabetized ("The Holy Bible") // "BbeehHilloTy"

Inspired by Tauba Auerbach

Strings
Sorting

Stats:

CreatedJul 20, 2017
PublishedJul 20, 2017
Warriors Trained7075
Total Skips213
Total Code Submissions22790
Total Times Completed3583
JavaScript Completions1599
Python Completions1284
Haskell Completions82
Ruby Completions433
Crystal Completions8
C++ Completions164
C Completions123
Total Stars142
% of votes with a positive feedback rating92% of 648
Total "Very Satisfied" Votes557
Total "Somewhat Satisfied" Votes77
Total "Not Satisfied" Votes14
Total Rank Assessments13
Average Assessed Rank
6 kyu
Highest Assessed Rank
5 kyu
Lowest Assessed Rank
7 kyu
Ad
Contributors
  • kop Avatar
  • Unnamed Avatar
  • GiacomoSorbi Avatar
  • anter69 Avatar
  • kazk Avatar
  • JohanWiltink Avatar
  • nomennescio Avatar
  • FArekkusu Avatar
  • ejini战神 Avatar
  • saudiGuy Avatar
Ad