[PR #466] [MERGED] Create kruskal.c #865

Closed
opened 2026-01-29 15:15:48 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/TheAlgorithms/C/pull/466
Author: @SangeetaNB
Created: 10/24/2019
Status: Merged
Merged: 10/24/2019
Merged by: @danghai

Base: masterHead: SangeetaNB-patch-1


📝 Commits (1)

📊 Changes

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

View changed files

data_structures/graphs/kruskal.c (+189 -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/466 **Author:** [@SangeetaNB](https://github.com/SangeetaNB) **Created:** 10/24/2019 **Status:** ✅ Merged **Merged:** 10/24/2019 **Merged by:** [@danghai](https://github.com/danghai) **Base:** `master` ← **Head:** `SangeetaNB-patch-1` --- ### 📝 Commits (1) - [`199b4f8`](https://github.com/TheAlgorithms/C/commit/199b4f8c56e0da4b13ffb8fe0df35eab4168b2d0) Create kruskal.c ### 📊 Changes **1 file changed** (+189 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `data_structures/graphs/kruskal.c` (+189 -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:15:49 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#865