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

fix: Update linkedlist_deque.cpp #1062

Merged

Conversation

Allen-Scai
Copy link
Contributor

There is something error when delete node, should 'delete front' or 'delete rear' outside the body of if cycle.

There is something error when delete node, should 'delete front' or 'delete rear' outside the body of if cycle.
@krahets krahets changed the title Update linkedlist_deque.cpp fix: Update linkedlist_deque.cpp Jan 25, 2024
Copy link
Owner

@krahets krahets left a comment

Choose a reason for hiding this comment

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

Thanks for the PR!

@krahets krahets added bug Bug fixes code Code-related labels Jan 25, 2024
@krahets krahets merged commit 84f4b8d into krahets:main Jan 25, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Bug fixes code Code-related
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants