Implement Linked List Data Structure
ismaelsadeeq opened this issue · 5 comments
ismaelsadeeq commented
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.
varadtote commented
I can Implement this in python
Assign this to me
codeansh20 commented
I can implement this in CPP can u assign this to me
ismaelsadeeq commented
Please do ensure you read the contributing guidelines before creating your PR
shrutijha2002 commented
Hey I am interested in this task. Can you please assign me ?
farhanpro commented
Hello I am interested in this task I can do it using Javascript please assign me this task