ismaelsadeeq/Data-Structures-Algorithms-Problems

Implement Linked List Data Structure

ismaelsadeeq opened this issue · 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.

I can Implement this in python
Assign this to me

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

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

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

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