Data-Structures-Algorithms-Problems icon indicating copy to clipboard operation
Data-Structures-Algorithms-Problems copied to clipboard

Implement Linked List Data Structure

Open ismaelsadeeq opened this issue 3 years ago • 5 comments

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 avatar Oct 12 '22 13:10 ismaelsadeeq

I can Implement this in python Assign this to me

varadtote avatar Oct 12 '22 13:10 varadtote

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

codeansh20 avatar Oct 12 '22 13:10 codeansh20

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

ismaelsadeeq avatar Oct 12 '22 14:10 ismaelsadeeq

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

shrutijha2002 avatar Oct 12 '22 14:10 shrutijha2002

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

farhanpro avatar Oct 15 '22 06:10 farhanpro