[PR #230] [MERGED] add xor doubly linked list #517

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

📋 Pull Request Information

Original PR: https://github.com/TheAlgorithms/C/pull/230
Author: @talhakanyilmaz
Created: 5/26/2019
Status: Merged
Merged: 10/9/2019
Merged by: @ashwek

Base: masterHead: master


📝 Commits (1)

  • c2f6c71 add xor doubly linked list

📊 Changes

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

View changed files

data_structures/linked_list/xor_doubly_linkedlist.c (+73 -0)

📄 Description

No description provided


🔄 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/230 **Author:** [@talhakanyilmaz](https://github.com/talhakanyilmaz) **Created:** 5/26/2019 **Status:** ✅ Merged **Merged:** 10/9/2019 **Merged by:** [@ashwek](https://github.com/ashwek) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`c2f6c71`](https://github.com/TheAlgorithms/C/commit/c2f6c71975a22a02db4914b027a362d8d0d5cbb6) add xor doubly linked list ### 📊 Changes **1 file changed** (+73 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `data_structures/linked_list/xor_doubly_linkedlist.c` (+73 -0) </details> ### 📄 Description _No description provided_ --- <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:13:26 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#517