mirror of
https://github.com/TheAlgorithms/C.git
synced 2026-07-09 18:46:53 +00:00
[PR #673] [MERGED] Doubly linked list, simple code. #1150
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/673
Author: @gabrielmotablima
Created: 10/18/2020
Status: ✅ Merged
Merged: 10/20/2020
Merged by: @kvedala
Base:
master← Head:patch-3📝 Commits (9)
00ec271Doubly linked list, simple code.4393cceorganizing code a bit more0074729add link in DIRECTORY.md and more comments/cleaning.046f93bremove global variables and redundancy.3c55208add Wikipedia referencef7ac590add documentation comments in all functions/headersf09503badd update in file briefc8823aeremove part of file @detailsba9ccdbMerge branch 'master' into patch-3📊 Changes
2 files changed (+294 additions, -0 deletions)
View changed files
📝
DIRECTORY.md(+1 -0)➕
data_structures/linked_list/doubly_linked_list.c(+293 -0)📄 Description
#633
Description of Change
References
Checklist
Notes: Just a simple code on double-linked list containing functions for insertion, deletion, search, printing of structure and an example.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.