Coding Challenge :: Dictionary (Lexicon) | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 17

Coding Challenge :: Dictionary (Lexicon)

Given a list of words, it is often needed to re-arrange them in alphabetical order... This is sometimes useful in many situations when a set of tasks has to be specified in this order... Write a code that takes a maximum of 10 words from the User, and re-arrange those words in the "dictionary-order"! Your code should properly output the User inputs in the order of input, and then list out these words in the new alphabetical arrangement order. ^-^

17th Aug 2017, 2:09 PM
Femyk
Femyk - avatar
12 Answers
+ 14
(ಠ益ಠ) NAN DESU KA ?! (ಠ益ಠ) *As usual i did not understand what i had to do, now it should be fine* https://code.sololearn.com/WpdYwEtPydxL/?ref=app
17th Aug 2017, 3:02 PM
Maz
Maz - avatar
+ 13
/* My 50th Challenge */ My try: https://code.sololearn.com/WOCjJmPNDwE8/?ref=app
17th Aug 2017, 3:04 PM
Krishna Teja Yeluripati
Krishna Teja Yeluripati - avatar
17th Aug 2017, 10:11 PM
Dalton Ponder
Dalton Ponder - avatar
+ 8
https://code.sololearn.com/W8ClP8FuRYp6/?ref=app
17th Aug 2017, 3:13 PM
Calviղ
Calviղ - avatar
17th Aug 2017, 2:25 PM
Ekansh
17th Aug 2017, 3:22 PM
Garikai
Garikai - avatar
+ 4
hers two line code in pythonn checkitout# input words seperated with spaces https://code.sololearn.com/cEQ2nVPkq4Ea/?ref=app
17th Aug 2017, 4:00 PM
sayan chandra
sayan chandra - avatar
+ 4
here is my try sorry if any mistake https://code.sololearn.com/cjvDvzmpS6t3/?ref=app
17th Aug 2017, 4:42 PM
GAWEN STEASY
GAWEN STEASY - avatar
17th Aug 2017, 10:22 PM
m abrate
m abrate - avatar
17th Aug 2017, 6:47 PM
ysraelcon
ysraelcon - avatar
17th Aug 2017, 10:09 PM
Akinniyi Akinbode Bolade
Akinniyi Akinbode Bolade - avatar
+ 3
Mine in ruby.. https://code.sololearn.com/c6HuTP1cO4u1/ (in most languages this is a trivial task, implementing it from zero, for example in C would be nice..)
18th Sep 2017, 3:33 AM
noobcøder
noobcøder - avatar