+ 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!! ✅✅✅🏆🏆🏆✅✅✅

15th Feb 2018, 11:05 PM
ASIF BILAKHIYA
ASIF BILAKHIYA - avatar
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
16th Feb 2018, 4:45 AM
jay
jay - avatar
16th Feb 2018, 7:25 AM
LukArToDo
LukArToDo - avatar
+ 15
very interesting challenge 😃 https://code.sololearn.com/cUqv96QM8PIz/?ref=app
16th Feb 2018, 3:15 AM
Vukan
Vukan - avatar
+ 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!!
16th Feb 2018, 12:36 PM
ASIF BILAKHIYA
ASIF BILAKHIYA - avatar
+ 11
@@jay, welcome!!
16th Feb 2018, 12:54 PM
ASIF BILAKHIYA
ASIF BILAKHIYA - avatar
16th Feb 2018, 4:46 PM
Sachin
Sachin - avatar
17th Feb 2018, 8:37 AM
Mohammad Dakdouk
Mohammad Dakdouk - avatar
+ 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"
15th Feb 2018, 11:26 PM
jay
jay - avatar
+ 10
@@jay thank you !!
15th Feb 2018, 11:31 PM
ASIF BILAKHIYA
ASIF BILAKHIYA - avatar
15th Feb 2018, 11:46 PM
Nitzan
Nitzan - avatar
+ 6
thank you all for participating all solutions are fantastic ,amazing 😊😊
7th Mar 2018, 4:09 PM
ASIF BILAKHIYA
ASIF BILAKHIYA - avatar
16th Feb 2018, 8:23 AM
sayan chandra
sayan chandra - avatar
16th Feb 2018, 4:43 PM
Pedro Demingos
Pedro Demingos - avatar
+ 4
#edited Fixed as per Challenge requirements https://code.sololearn.com/ceXx3GGrGvDR/?ref=app
16th Feb 2018, 5:44 PM
Zoetic_Zeel
Zoetic_Zeel - avatar
+ 3
https://code.sololearn.com/cn1H5icEvi5c/?ref=app
16th Feb 2018, 11:12 AM
Nashat
Nashat - avatar
18th Feb 2018, 6:38 PM
m_sudhu
m_sudhu - avatar