Skip to content
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

Addition of Code for LinkedList Operations #152

Open
tangorishi opened this issue Oct 5, 2023 · 1 comment
Open

Addition of Code for LinkedList Operations #152

tangorishi opened this issue Oct 5, 2023 · 1 comment
Assignees

Comments

@tangorishi
Copy link
Contributor

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.

@sujana-kamasany
Copy link
Owner

Het @tangorishi Thank you the issue request!
You can give your update/changes and make a pull request

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

No branches or pull requests

2 participants