[PR #324] added insert right insert left delete right and delete left functions #654

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

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

State: closed
Merged: No


added insert right, insert left, delete right, delete left functions. list has dynamic memory allocation. queues, double ended queues, and stacks can be implemented in the same program.

**Original Pull Request:** https://github.com/TheAlgorithms/C/pull/324 **State:** closed **Merged:** No --- added insert right, insert left, delete right, delete left functions. list has dynamic memory allocation. queues, double ended queues, and stacks can be implemented in the same program.
claunia added the pull-request label 2026-01-29 15:14:22 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#654