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

Create Implementation of linkedlist using classes #213

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

stutimi
Copy link

@stutimi stutimi commented Oct 12, 2024

Kindly assign me this
This C++ implementation of a singly linked list uses a Node class to represent each node, storing data and a pointer to the next node. The LinkedList class manages the list, providing functions to insert nodes at the beginning or end, display the list, and delete nodes by value. These operations dynamically maintain the structure and allow for easy manipulation of the linked list.

Copy link
Collaborator

@hasan-py hasan-py left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please move it to a corresponding folder

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.

2 participants