mirror of
https://github.com/TheAlgorithms/C.git
synced 2026-02-04 05:44:35 +00:00
[PR #545] [MERGED] Threaded binary tree #968
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/545
Author: @amitha-nayak
Created: 6/11/2020
Status: ✅ Merged
Merged: 6/11/2020
Merged by: @ayaankhan98
Base:
master← Head:master📝 Commits (7)
93e1bfcadded threaded binary treee63c806updated documentation and formate77581ffilename and functionname updated522183bchanged filename81d568dchanged briefcf4e320added details590173eadded ref📊 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.