mirror of
https://github.com/TheAlgorithms/C.git
synced 2026-02-15 05:55:08 +00:00
[PR #324] [CLOSED] added insert right insert left delete right and delete left functions #649
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?
📋 Pull Request Information
Original PR: https://github.com/TheAlgorithms/C/pull/324
Author: @harshvora7
Created: 10/3/2019
Status: ❌ Closed
Base:
master← Head:second_contribution📝 Commits (1)
30b87a2added insert right insert left delete right and delete left functions📊 Changes
1 file changed (+97 additions, -58 deletions)
View changed files
📝
data_structures/linked_list/singly_link_list_deletion.c(+97 -58)📄 Description
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.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.