Algo-Tree icon indicating copy to clipboard operation
Algo-Tree copied to clipboard

find first non-repeating character in a string.

Open Roshni1809 opened this issue 3 years ago • 18 comments

The program will find the first non-repeating character in the string if it is present in the string and I will be implementing it in c++. please assign to me this issue. @tarun26091999

Roshni1809 avatar Mar 11 '21 07:03 Roshni1809

I would like to contribute to this in C++. May I work on this issue?

salma2vec avatar Mar 11 '21 07:03 salma2vec

Hi @IdealisticINTJ if you want to work on this issue please choose another language, not CPP. I am already working on this in CPP.

Roshni1809 avatar Mar 11 '21 07:03 Roshni1809

Maam may I take this issue in python please

vanshikapandey avatar Mar 11 '21 07:03 vanshikapandey

Thank you ma'am. Will get back to you asap:)

vanshikapandey avatar Mar 11 '21 07:03 vanshikapandey

I will implement it in Java then. May I?

salma2vec avatar Mar 11 '21 07:03 salma2vec

hey I am Simarjeet kaur ,GSSOC 21 .I want to work on this issue using C/C++/PYTHON. I would follow these steps: Start traversing the string using two loops. Use the first loop to scan the characters of the string one by one. Use the second loop to find if the current character is occurring in the latter part if the string or not. If it is not occurring, print that character. Else, continue traversing.

simarjeet30 avatar Mar 11 '21 10:03 simarjeet30

This issue has already been assigned to me in python

On Thu, Mar 11, 2021, 05:08 simarjeet @.***> wrote:

hey I am Simarjeet kaur ,GSSOC 21 .I want to work on this issue using C/C++/PYTHON. I would follow these steps: Start traversing the string using two loops. Use the first loop to scan the characters of the string one by one. Use the second loop to find if the current character is occurring in the latter part if the string or not. If it is not occurring, print that character. Else, continue traversing.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/Algo-Phantoms/Algo-Tree/issues/569#issuecomment-796622037, or unsubscribe https://github.com/notifications/unsubscribe-auth/ANO32HOQMX7SOIVDZPQ3INTTDCJAFANCNFSM4Y7WF5JQ .

vanshikapandey avatar Mar 11 '21 10:03 vanshikapandey

Hi @IdealisticINTJ if you want to work on this issue please choose another language, not CPP. I am already working on this in CPP.

you can make a contribution only after the issue is assigned to you.

tarun26091999 avatar Mar 12 '21 18:03 tarun26091999

I made a PR. Kindly merge it. #784

salma2vec avatar Mar 13 '21 02:03 salma2vec

Hi ! I am gssoc'21 participant can i work on this issue using java.

ASLManasa avatar Mar 13 '21 13:03 ASLManasa

@tarun26091999

ASLManasa avatar Mar 13 '21 13:03 ASLManasa

Please assign this issue to me under gssoc'21.I can implement it in c++/java/python.

Shraddha13Jain avatar Mar 14 '21 05:03 Shraddha13Jain

@tarun26091999 sir created a pr .Kindly merge it. Thank you.

ASLManasa avatar Mar 14 '21 06:03 ASLManasa

can i work on the issue? I am a participant at GSSOC 2021 and i will be working in cpp.

manasvvi1 avatar Mar 16 '21 18:03 manasvvi1

Hello! I am a GSSoC'21 Participant. I would like to work on this issue. Would be highly obliged if you could assign it to me. I will be using Java. Thanks!

khusheekapoor avatar Mar 20 '21 06:03 khusheekapoor

hey I am Simarjeet kaur ,GSSOC 21 .I want to work on this issue using C/C++/PYTHON. I would follow these steps: Start traversing the string using two loops. Use the first loop to scan the characters of the string one by one. Use the second loop to find if the current character is occurring in the latter part if the string or not. If it is not occurring, print that character. Else, continue traversing.

do it in python in O(n) time.

tarun26091999 avatar Mar 28 '21 14:03 tarun26091999

Kindly assign it to me .I will be doing it in python sir

On Sun, Mar 28, 2021, 10:58 Tarun Yadav @.***> wrote:

hey I am Simarjeet kaur ,GSSOC 21 .I want to work on this issue using C/C++/PYTHON. I would follow these steps: Start traversing the string using two loops. Use the first loop to scan the characters of the string one by one. Use the second loop to find if the current character is occurring in the latter part if the string or not. If it is not occurring, print that character. Else, continue traversing.

do it in python in O(n) time.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/Algo-Phantoms/Algo-Tree/issues/569#issuecomment-808908260, or unsubscribe https://github.com/notifications/unsubscribe-auth/ANO32HP7AX4TIO7BX4E2OATTF47YNANCNFSM4Y7WF5JQ .

vanshikapandey avatar Mar 29 '21 02:03 vanshikapandey

@tarun26091999 sir thank you for assigning me this issue .I will write a neat and clean code for this problem in python and will submit a PR in a week for sure.

simarjeet30 avatar Apr 03 '21 05:04 simarjeet30