[PR #29] [MERGED] Include Data Structures and start with Binary Trees #243

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

📋 Pull Request Information

Original PR: https://github.com/TheAlgorithms/C/pull/29
Author: @Naman-Bhalla
Created: 7/14/2017
Status: Merged
Merged: 8/8/2017
Merged by: @0oo0

Base: masterHead: naman-pr


📝 Commits (1)

  • ac15243 Include Data Structures and start with Binary Trees

📊 Changes

2 files changed (+84 additions, -0 deletions)

View changed files

data_structures/binary_trees/create_node.c (+39 -0)
data_structures/binary_trees/recursiveTraversals.c (+45 -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/29 **Author:** [@Naman-Bhalla](https://github.com/Naman-Bhalla) **Created:** 7/14/2017 **Status:** ✅ Merged **Merged:** 8/8/2017 **Merged by:** [@0oo0](https://github.com/0oo0) **Base:** `master` ← **Head:** `naman-pr` --- ### 📝 Commits (1) - [`ac15243`](https://github.com/TheAlgorithms/C/commit/ac15243b2ac93d8e0d5a7f4fa62393c8f1a31b58) Include Data Structures and start with Binary Trees ### 📊 Changes **2 files changed** (+84 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `data_structures/binary_trees/create_node.c` (+39 -0) ➕ `data_structures/binary_trees/recursiveTraversals.c` (+45 -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:10:29 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#243