[PR #501] [CLOSED] Update and rename DFS.c to DFS.cpp #917

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

📋 Pull Request Information

Original PR: https://github.com/TheAlgorithms/C/pull/501
Author: @Kunal614
Created: 12/10/2019
Status: Closed

Base: masterHead: patch-1


📝 Commits (1)

  • 48ab5c0 Update and rename DFS.c to DFS.cpp

📊 Changes

2 files changed (+29 additions, -128 deletions)

View changed files

data_structures/graphs/DFS.c (+0 -128)
data_structures/graphs/DFS.cpp (+29 -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/501 **Author:** [@Kunal614](https://github.com/Kunal614) **Created:** 12/10/2019 **Status:** ❌ Closed **Base:** `master` ← **Head:** `patch-1` --- ### 📝 Commits (1) - [`48ab5c0`](https://github.com/TheAlgorithms/C/commit/48ab5c05c30253a57c6aef58ed3bc08d2b45bbc3) Update and rename DFS.c to DFS.cpp ### 📊 Changes **2 files changed** (+29 additions, -128 deletions) <details> <summary>View changed files</summary> ➖ `data_structures/graphs/DFS.c` (+0 -128) ➕ `data_structures/graphs/DFS.cpp` (+29 -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:16:15 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#917