+ 11
📣🔒🏁CHALLENGE🏁🔓📣
welcome everyone to my first challenge contest and abcurse challengers are welcome. make programming which will remove the double alphabet in a word . //simple example:- "APPLICATION" output of it should be "APLICTON" All the best 👍
17 ответов
+ 18
+ 15
Onliner (ignoring case sensitive, word or sentence) :
https://code.sololearn.com/cljXGPggzz5B/?ref=app
+ 12
Here is my try in Java:
https://code.sololearn.com/c8l5bioH78i7/?ref=app
+ 10
My try in C++
https://code.sololearn.com/cvqQqolF8eP6/?ref=app
+ 10
https://code.sololearn.com/cvvYrFelvjIc/?ref=app
+ 8
Returns string with all multiples removed (same letter upper and lower case recognized as multiples, retains all spaces, ignores numbers and punctuation).
'Apparition is awesome!!' => 'Apriton s wem!!'
https://code.sololearn.com/cPxbrwpuZl07/?ref=app
+ 8
@Ethan Franklin Please add the tag "challenges" to your challenge, so people can search it more easily.
+ 6
Question for clarification - should the output for 'pepper' be 'pepr' or 'per'?
What output for 'Mississippi' - 'Misp'?
+ 5
Done and done
https://code.sololearn.com/c9wFrWVQ9BGY/?ref=app
+ 5
+ 5
GUYS CHALLENG IS OVER
congress to all who had taken
part.
+ 3
guys many were confuse with what to remove, double alphabet or triple alphabets or multiple same alphabets .
so for that guys follow my question please
"ONLY DOUBLE ALPHABET YOU HAVE TO REMOVE"
+ 3
very congress to all who have complete the challenge in very short time more then that I expected.👏👏👏👏👏👏👏👏👏👏👏👏👏
I am really impressed😮
+ 2
@Tim Thuma
Your code removes only consecutive letters not all the duplicate letters.
Nevertheless Good Effort