mirror of
https://github.com/TheAlgorithms/C.git
synced 2026-02-16 14:05:01 +00:00
[FEATURE] Implement Linked list and its operations #125
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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