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

Case-sensitive condition missing #2

Open
tech-tycoon opened this issue Oct 26, 2021 · 0 comments
Open

Case-sensitive condition missing #2

tech-tycoon opened this issue Oct 26, 2021 · 0 comments

Comments

@tech-tycoon
Copy link

tech-tycoon commented Oct 26, 2021

newNode.val=(char)('a'+index);
newNode.count=newNode.endsHere=0;
for(int i=0;i<26;i++)

    newNode.val=(char)('a'+index);  // a+26 = {
    newNode.count=newNode.endsHere=0;
    for(int i=0;i<26;i++)    //  it should be 52 instead of 26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant