10000 Update deleteNode.cpp by anshita2000 · Pull Request #195 · mandliya/algorithms_and_data_structures · GitHub
[go: up one dir, main page]

Skip to content

Update deleteNode.cpp #195

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

anshita2000
Copy link

No description provided.

{

// If linked list is empty
if (*head_ref == NULL)

Choose a reason for hiding this comment

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

what about compare with nullptr

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
0