[PR #545] [MERGED] Threaded binary tree #968

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

📋 Pull Request Information

Original PR: https://github.com/TheAlgorithms/C/pull/545
Author: @amitha-nayak
Created: 6/11/2020
Status: Merged
Merged: 6/11/2020
Merged by: @ayaankhan98

Base: masterHead: master


📝 Commits (7)

📊 Changes

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

View changed files

data_structures/binary_trees/threaded_binary_trees.c (+247 -0)

📄 Description

Added threaded binary tree, which is a variant of binary trees in the data_structures folder.


🔄 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/545 **Author:** [@amitha-nayak](https://github.com/amitha-nayak) **Created:** 6/11/2020 **Status:** ✅ Merged **Merged:** 6/11/2020 **Merged by:** [@ayaankhan98](https://github.com/ayaankhan98) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (7) - [`93e1bfc`](https://github.com/TheAlgorithms/C/commit/93e1bfc1f98824a97ee49ca97f2f30642ba86b99) added threaded binary tree - [`e63c806`](https://github.com/TheAlgorithms/C/commit/e63c806f25ee217b2628ff172a92c4eb9de683d2) updated documentation and format - [`e77581f`](https://github.com/TheAlgorithms/C/commit/e77581f7881b3191fc608eaa8e0ec82ba5f257f6) filename and functionname updated - [`522183b`](https://github.com/TheAlgorithms/C/commit/522183b96c53f60537f4180d128a1b1f1c190ac5) changed filename - [`81d568d`](https://github.com/TheAlgorithms/C/commit/81d568da821a806a8714fe0886f731de0ade0ffe) changed brief - [`cf4e320`](https://github.com/TheAlgorithms/C/commit/cf4e3207266661770ac313e785c04b2024a6957b) added details - [`590173e`](https://github.com/TheAlgorithms/C/commit/590173ec8187e02ed30fe5776fec5b6d96596714) added ref ### 📊 Changes **1 file changed** (+247 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `data_structures/binary_trees/threaded_binary_trees.c` (+247 -0) </details> ### 📄 Description Added threaded binary tree, which is a variant of binary trees in the data_structures folder. --- <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:16:31 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#968