[PR #1507] Dubly linked list implementation in C #2114

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

Original Pull Request: https://github.com/TheAlgorithms/C/pull/1507

State: closed
Merged: No


Implemented doubly linked list with insert (beginning, end, position), delete (beginning, end, position), and display operations.
Added under data_structures/ folder following project structure.

**Original Pull Request:** https://github.com/TheAlgorithms/C/pull/1507 **State:** closed **Merged:** No --- Implemented doubly linked list with insert (beginning, end, position), delete (beginning, end, position), and display operations. Added under data_structures/ folder following project structure.
claunia added the pull-request label 2026-01-29 15:28:53 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#2114