[FEATURE] Implement Linked list and its operations #125

Open
opened 2026-01-29 15:04:47 +00:00 by claunia · 0 comments
Owner

Originally created by @Saradwata-Bandyopadhyay on GitHub (Oct 10, 2022).

Detailed description

A comprehensive code consisting of all the Linked List along with its operations is missing in this repository.

Context

Linked List is a commonly used Data Structure. So a code consisting of all its implementations using functions would help in getting an better overview of this data structure and will also act as a reference for future use.

Possible implementation

No response

Additional information

No response

Originally created by @Saradwata-Bandyopadhyay on GitHub (Oct 10, 2022). ### Detailed description A comprehensive code consisting of all the Linked List along with its operations is missing in this repository. ### Context Linked List is a commonly used Data Structure. So a code consisting of all its implementations using functions would help in getting an better overview of this data structure and will also act as a reference for future use. ### Possible implementation _No response_ ### Additional information _No response_
claunia added the Staleenhancement labels 2026-01-29 15:04:47 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#125