I need help with an algorithm that will add an index to the duplicate elements in a string list in C#.
i.e.
A, B, C, D, A, B, E, F, A
will become
A, B, C, D, A (1), B (1), E, F, A (2)
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
1 Answer