+ 23
[ASSIGNMENT] 🏆🏆#print first N non-repeated character from the given string!!
✅✅🏆🏆challenge🏆🏆✅✅ print first N non-repeated character from the given string _______________________ Test-Case: ------------------------------------ input: abycbaxbc 3 output: non-repeated char-1: y non-repeated char-2: x non-repeated char-3:null ------------------------------------ All Language Accepted!! ✅✅✅🏆🏆🏆✅✅✅
20 Answers
+ 15
https://code.sololearn.com/ckEJoRmSj4Y8/?ref=app
updated!
I learnt from this challenge:
std::map auto sorts, predicates, functors and how to use std::find_if
Thank you Asif
+ 15
very interesting challenge 😃
https://code.sololearn.com/cUqv96QM8PIz/?ref=app
+ 13
all are right or some are very close and all you know output format is very important if you solve any problems!!so based on this i select the best answer!!
thank you all and always welcome your submission!!
Thank You!!
+ 11
@@jay,
welcome!!
+ 11
here is my try:
https://code.sololearn.com/c65IA5iWnTs8/?ref=app
+ 10
Hi!
Could you please submit this challenge via lesson factory so that it can be reviewed for possible inclusion in a new feature.
Thanks!
In lesson factory, select language "other" (as it is not language restricted) and type "assignment"
+ 10
@@jay
thank you !!
+ 7
Mine, coded in my phone..
https://code.sololearn.com/c7w7B4zplsn9/?ref=app
+ 6
thank you all for participating
all solutions are fantastic ,amazing
😊😊
+ 5
heres mine one liner$)
https://code.sololearn.com/c76jM8POE7RY/?ref=app
+ 4
#edited
Fixed as per Challenge requirements
https://code.sololearn.com/ceXx3GGrGvDR/?ref=app
+ 3
https://code.sololearn.com/cn1H5icEvi5c/?ref=app