Skip to content

Doubly linked list #29

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

Merged
merged 2 commits into from
Oct 28, 2024
Merged

Conversation

yuvi-mittal
Copy link
Contributor

I have implemented and documented the key operations of a Doubly Linked List (DLL), including insertion, deletion, traversal (both forward and backward), and search functionality.

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

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

Message that will be displayed on users' first pull request

@yuvi-mittal
Copy link
Contributor Author

Can you please add hacktober fest label to it ?

@abhishektripathi66 abhishektripathi66 merged commit 92839b0 into abhishektripathi66:master Oct 28, 2024
2 checks passed
@abhishektripathi66 abhishektripathi66 linked an issue Oct 28, 2024 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add the doubly linked list.
2 participants