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

segmentation fault in populateNextRPointerExtraMemo.cpp #1

Open
salonimundra opened this issue Jul 13, 2017 · 1 comment
Open

segmentation fault in populateNextRPointerExtraMemo.cpp #1

salonimundra opened this issue Jul 13, 2017 · 1 comment

Comments

@salonimundra
Copy link

The current solution gives a segmentation fault. This can be solved by changing if(q.front()->left) to if(q.front()->right) on line number 29.

@sidgupta234
Copy link
Owner

Could point out the link to the file? Or you could just go ahead with the pull request and i'll see to it and merge.

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

2 participants