-
Notifications
You must be signed in to change notification settings - Fork 51
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
Conversation
@Debashish-hub please check |
@Debashish-hub check now |
Where are you printing the output? |
@Debashish-hub Sorry .done check now |
int main(){ | ||
string text; | ||
cin>>text; | ||
distinctEchoSubstrings(string text); |
There was a problem hiding this comment.
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
@Debashish-hub please check |
@Debashish-hub please check now |
@Debashish-hub why did u close this??I made the changes |
#222
Code writtten in C++