Skip to content

Add Singly Linked List implementation in java#485

Open
sanavi-rahane wants to merge 1 commit intokishanrajput23:mainfrom
sanavi-rahane:add-singly-linked-list
Open

Add Singly Linked List implementation in java#485
sanavi-rahane wants to merge 1 commit intokishanrajput23:mainfrom
sanavi-rahane:add-singly-linked-list

Conversation

@sanavi-rahane
Copy link

This pull request adds the implementation of a Singly Linked List in Java.

Features included:

  • Node class to store data and pointer to the next node.
  • Operations:
    1. Insert at beginning, end, and specific position
    2. Delete from beginning, end, and specific position
    3. Display the linked list

This implementation is a basic demonstration of linked list operations in Java for educational purposes.

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

Successfully merging this pull request may close these issues.

1 participant