Skip to content

Implement Linked List Data Structure #37

Open
@ismaelsadeeq

Description

@ismaelsadeeq

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.

Metadata

Metadata

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions