This is repo to create some pull requests and completing hacktoberfest 2024 easily. All request will be accepted. Genuine Pull Request will promoted also. #hacktobefest #hacktobefest2024 #hacktobefest-accepted Resources
Description:
There is a problem with the current implementation of the linked list in Python. The issue appears when performing [specific operation, e.g., insertion/deletion/traversal] on the linked list, causing unexpected behavior or errors.
Steps to Reproduce:
Initialize a linked list using the LinkedList class.
Perform the following operations:
[Operation 1: e.g., Insertion at the head]
[Operation 2: e.g., Deletion of a node]
[Operation 3: e.g., Traversal]
Observe the unexpected behavior.
Expected Behavior:
The linked list should correctly [describe the expected outcome, e.g., update the head node after insertion or return the correct elements during traversal].
Actual Behavior:
[Describe the actual outcome, e.g., Error message, incorrect output, or any other unexpected behavior].
@Ayu-hack Hii 😊
Description: There is a problem with the current implementation of the linked list in Python. The issue appears when performing [specific operation, e.g., insertion/deletion/traversal] on the linked list, causing unexpected behavior or errors.
Steps to Reproduce: Initialize a linked list using the LinkedList class. Perform the following operations: [Operation 1: e.g., Insertion at the head] [Operation 2: e.g., Deletion of a node] [Operation 3: e.g., Traversal] Observe the unexpected behavior.
Expected Behavior: The linked list should correctly [describe the expected outcome, e.g., update the head node after insertion or return the correct elements during traversal].
Actual Behavior: [Describe the actual outcome, e.g., Error message, incorrect output, or any other unexpected behavior].