[PR #351] [CLOSED] Contribution to the Algorithm Master #693

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

📋 Pull Request Information

Original PR: https://github.com/TheAlgorithms/C/pull/351
Author: @Anushka-codergirl
Created: 10/5/2019
Status: Closed

Base: masterHead: master


📝 Commits (4)

📊 Changes

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

View changed files

tree/DFS.c (+116 -0)
tree/Set1.c (+61 -0)

📄 Description

Added a few programs related to tree algorithm in C language.


🔄 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/351 **Author:** [@Anushka-codergirl](https://github.com/Anushka-codergirl) **Created:** 10/5/2019 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (4) - [`a8bb136`](https://github.com/TheAlgorithms/C/commit/a8bb136f56a87a9100a21db1265d8ddf5d635120) Create Set1.c - [`68324b0`](https://github.com/TheAlgorithms/C/commit/68324b0895dcecc860904a0548dc8aca98b9fb5f) Create DFS.c - [`2fd2bbd`](https://github.com/TheAlgorithms/C/commit/2fd2bbded4ffdecec0154dbee1a4a05645f4287d) Create BINSearchTree.c - [`89203dd`](https://github.com/TheAlgorithms/C/commit/89203dd85ae401a01993d5fba198ac38b9ce4c19) Delete BINSearchTree.c ### 📊 Changes **2 files changed** (+177 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `tree/DFS.c` (+116 -0) ➕ `tree/Set1.c` (+61 -0) </details> ### 📄 Description Added a few programs related to tree algorithm in C language. --- <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:14:37 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#693