You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Implement a method to delete a node from the beginning of the linked list.
Delete from End:
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.
The text was updated successfully, but these errors were encountered:
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:
Delete from End:
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.
The text was updated successfully, but these errors were encountered: