Skip to content

Conversation

SS56Bo
Copy link
Contributor

@SS56Bo SS56Bo commented Oct 4, 2025

Added Doubly Linked List implementation.
Some of the operations are:

  • Insert Element at the beginning of the Linked List
  • Insert Element at the end of the Linked List
  • Insert Element at a given position in the Linked List
  • Delete Element at the beginning of the Linked List
  • Delete Element at the end of the Linked List
  • Delete Element at a given position in the Linked List
  • Reverse the Linked List and print it

@dimpeshmalviya dimpeshmalviya added the hacktoberfest-accepted Accepted for hacktoberfest 2025 label Oct 4, 2025
@dimpeshmalviya dimpeshmalviya merged commit fa4f4c0 into dimpeshmalviya:main Oct 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
hacktoberfest-accepted Accepted for hacktoberfest 2025
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants