mirror of
https://github.com/TheAlgorithms/C.git
synced 2026-04-18 11:29:35 +00:00
[PR #1038] [MERGED] Create circular_doubly_linked_list.c #1587
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/1038
Author: @SahilK-027
Created: 10/12/2022
Status: ✅ Merged
Merged: 3/2/2023
Merged by: @Panquesito7
Base:
master← Head:master📝 Commits (10+)
37cf838Create circular_doubly_linked_list.ce88d3cdUpdate data_structures/linked_list/circular_doubly_linked_list.c639a3a7Update circular_doubly_linked_list.c3eaec0fMerge branch 'TheAlgorithms:master' into mastere72793aUpdate data_structures/linked_list/circular_doubly_linked_list.cf397ed4Update data_structures/linked_list/circular_doubly_linked_list.c1fe2515Merge branch 'TheAlgorithms:master' into master1915225Update circular_doubly_linked_list.c4477c77Update data_structures/linked_list/circular_doubly_linked_list.cc2627d8Update data_structures/linked_list/circular_doubly_linked_list.c📊 Changes
2 files changed (+305 additions, -0 deletions)
View changed files
📝
DIRECTORY.md(+1 -0)➕
data_structures/linked_list/circular_doubly_linked_list.c(+304 -0)📄 Description
Description of Change
References
NONE
Checklist
Notes: I've seen the directory for linked lists where I didn't find code for implementing circular doubly linked lists. so, I implemented it and created a new file circular_doubly_linked_list.c
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.