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

Implement Linked List Data Structure #37

Open
ismaelsadeeq opened this issue Oct 12, 2022 · 5 comments
Open

Implement Linked List Data Structure #37

ismaelsadeeq opened this issue Oct 12, 2022 · 5 comments
Assignees
Labels
good first issue Good for newcomers hacktoberfest help wanted Extra attention is needed

Comments

@ismaelsadeeq
Copy link
Owner

Implementing linked list with its operations.
first ---> returns the first element in the list
rest --> return the list without the first element
insert --> add an element to an index or last
check whether an element is in the list
length --> return the length of the list
delete--> delete an element in the list

This can be implemented in any programming language.

@ismaelsadeeq ismaelsadeeq added help wanted Extra attention is needed good first issue Good for newcomers hacktoberfest labels Oct 12, 2022
@varadtote
Copy link

I can Implement this in python
Assign this to me

@codeansh20
Copy link

I can implement this in CPP can u assign this to me

@ismaelsadeeq
Copy link
Owner Author

Please do ensure you read the contributing guidelines before creating your PR

@shrutijha2002
Copy link

Hey I am interested in this task. Can you please assign me ?

@farhanpro
Copy link
Contributor

Hello I am interested in this task I can do it using Javascript please assign me this task

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers hacktoberfest help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

5 participants