Skip to content

Addition of Code for LinkedList Operations #152

@tangorishi

Description

@tangorishi

Issue Description:

I would like to request the addition of code in the "LinkedList" folder of this repository to implement various LinkedList operations. These operations will enhance the functionality of our LinkedList data structure.

Details:

Delete from Start:

  1. Implement a method to delete a node from the beginning of the linked list.

Delete from End:

  1. Implement a method to delete a node from the end of the linked list.

Delete Before a Specific Value:

3.Implement a method to delete a node that appears immediately before a specific value in the linked list.

Additional Operations:

4.Consider adding other useful LinkedList operations like insertion, searching, and more, as they might be relevant to our project.

If there are related issues or pull requests that are connected to this request, please reference them.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions