[PR #173] [MERGED] Create DoublyLinkedListInsertion.c #422

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

📋 Pull Request Information

Original PR: https://github.com/TheAlgorithms/C/pull/173
Author: @atul161
Created: 10/8/2018
Status: Merged
Merged: 10/8/2019
Merged by: @ashwek

Base: masterHead: master


📝 Commits (2)

📊 Changes

1 file changed (+247 additions, -0 deletions)

View changed files

data_structures/linked_list/DoublyLinkedListInsertion.c (+247 -0)

📄 Description

All the insertion program of doublyLinked List.

  1. Creating DoublyLinked List
    2.Display DoublyLinkedList
    3.Insert at begining of DoublyLinked List
    4.Insert at End of DoublyLinked List
    5.Insert at any Position of DoublyLinked List.

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/TheAlgorithms/C/pull/173 **Author:** [@atul161](https://github.com/atul161) **Created:** 10/8/2018 **Status:** ✅ Merged **Merged:** 10/8/2019 **Merged by:** [@ashwek](https://github.com/ashwek) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (2) - [`5236d89`](https://github.com/TheAlgorithms/C/commit/5236d893f87eb1ce117fcc90bb95800c44bade8e) Create DoublyLinkedListInsertion.c - [`9e27c3e`](https://github.com/TheAlgorithms/C/commit/9e27c3ebfea3dc248973ee839454f786e81ab801) Add header files ### 📊 Changes **1 file changed** (+247 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `data_structures/linked_list/DoublyLinkedListInsertion.c` (+247 -0) </details> ### 📄 Description All the insertion program of doublyLinked List. 1. Creating DoublyLinked List 2.Display DoublyLinkedList 3.Insert at begining of DoublyLinked List 4.Insert at End of DoublyLinked List 5.Insert at any Position of DoublyLinked List. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 15:12:36 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#422