Sololearn: Learn to Code
New course! Every coder should learn Generative AI!
Try a free lesson
+ 57
A solution using Java stream... https://code.sololearn.com/c9eoT44j48w2/?ref=app
2nd Oct 2017, 5:09 PM
Tashi N
Tashi N - avatar
3rd Oct 2017, 2:32 PM
Maz
Maz - avatar
+ 43
https://code.sololearn.com/c8QPDf3wV1EQ/?ref=app In one line
2nd Oct 2017, 5:58 PM
Kartikey Sahu
Kartikey Sahu - avatar
+ 39
Could this be any simpler in ruby? https://code.sololearn.com/cqkbde0TX9uU/?ref=app
2nd Oct 2017, 5:48 PM
Lord Krishna
Lord Krishna - avatar
2nd Oct 2017, 8:10 PM
David Akhihiero
David Akhihiero - avatar
+ 24
Be prepared to be WOW-ed by clean and trivial solution from certain languages!!! 😂
2nd Oct 2017, 4:33 PM
Zephyr Koo
Zephyr Koo - avatar
+ 18
Simple yet effective solution using python: https://code.sololearn.com/c4Iz10xA1jU2/#py
2nd Oct 2017, 5:52 PM
Jack
Jack - avatar
2nd Oct 2017, 9:56 PM
Krystoffer Strong
Krystoffer Strong - avatar
3rd Oct 2017, 10:40 AM
Vukan
Vukan - avatar
+ 14
My try in Ruby: https://code.sololearn.com/cC12Dqicy3UO/#rb => Rby t th rsc!
3rd Oct 2017, 7:01 AM
noobcøder
noobcøder - avatar
+ 14
My version = Replacing vowels by delimiters https://code.sololearn.com/cV9T0uhZlfNp/?ref=app
3rd Oct 2017, 8:37 AM
Apoorva Shenoy Nayak
Apoorva Shenoy Nayak - avatar
+ 14
https://code.sololearn.com/cBslRz1c56tJ/?ref=app
30th Jul 2018, 4:11 PM
Muhd Khairul Amirin
Muhd Khairul Amirin - avatar
+ 13
Haskell with the one-liners, as usual: main = interact $ filter (\x -> not $ x `elem` "aeiouAEIOU") EDIT: Thanks ace, fixed!
2nd Oct 2017, 5:47 PM
Schindlabua
Schindlabua - avatar
+ 13
Just need a few lines, that's it? ^^ https://code.sololearn.com/cUdd7VXlZoOu/?ref=app
3rd Oct 2017, 9:52 AM
Dev
Dev - avatar
+ 12
https://code.sololearn.com/c89pjpajabrC/?ref=app
11th Jan 2018, 7:08 AM
Raphael Williams
Raphael Williams - avatar
+ 10
I fixed it, and it's now much more efficient! :D https://code.sololearn.com/cjK5L4mvUjlG/?ref=app
2nd Oct 2017, 10:22 PM
LunarCoffee
LunarCoffee - avatar
+ 10
https://code.sololearn.com/cGjr80Bh46DT/?ref=app
2nd Oct 2017, 11:31 PM
👑 Prometheus 🇸🇬
👑 Prometheus 🇸🇬 - avatar
+ 10
replace [aeiouAEIOU] ""
3rd Oct 2017, 1:10 AM
ysraelcon
ysraelcon - avatar
3rd Oct 2017, 11:00 PM
Shane Overby
Shane Overby - avatar