Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

9_Distinct Echo Substrings (HASHING) #245

Merged
merged 6 commits into from
Aug 6, 2021
Merged

9_Distinct Echo Substrings (HASHING) #245

merged 6 commits into from
Aug 6, 2021

Conversation

soma2000-lang
Copy link
Contributor

#222
Code writtten in C++

@soma2000-lang
Copy link
Contributor Author

@Debashish-hub please check

@soma2000-lang
Copy link
Contributor Author

@Debashish-hub check now

@Debashish-hub
Copy link
Collaborator

@Debashish-hub check now

Where are you printing the output?

@soma2000-lang
Copy link
Contributor Author

@Debashish-hub Sorry .done check now

int main(){
string text;
cin>>text;
distinctEchoSubstrings(string text);
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You are returning s.size() in the function. You just need to print distinctEchoSubstrings(string text) not s.size()
@soma2000-lang

@soma2000-lang
Copy link
Contributor Author

@Debashish-hub please check

@soma2000-lang
Copy link
Contributor Author

@Debashish-hub please check now

@soma2000-lang
Copy link
Contributor Author

soma2000-lang commented Aug 6, 2021

@Debashish-hub why did u close this??I made the changes

@Debashish-hub Debashish-hub reopened this Aug 6, 2021
@Debashish-hub Debashish-hub merged commit 327d7d4 into LetsGrowMoreCommunity:main Aug 6, 2021
@rohan-kulkarni-25 rohan-kulkarni-25 added the LGMSOC21 This issue will be considered for LGM-SOC 21 label Oct 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
LGMSOC21 This issue will be considered for LGM-SOC 21
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants