[PR #1103] [CLOSED] Create Kruskal_Algo.c #1667

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

📋 Pull Request Information

Original PR: https://github.com/TheAlgorithms/C/pull/1103
Author: @yashrichhariyaa
Created: 10/24/2022
Status: Closed

Base: masterHead: patch-1


📝 Commits (1)

📊 Changes

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

View changed files

greedy_approach/Kruskal_Algo.c (+54 -0)

📄 Description

Description of Change

Kruskal Algorithm added.

Checklist

  • Added description of change
  • Added file name matches File name guidelines
  • PR title follows semantic commit guidelines
  • Search previous suggestions before making a new one, as yours may be a duplicate.
  • I acknowledge that all my contributions will be made under the project's license.

🔄 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/1103 **Author:** [@yashrichhariyaa](https://github.com/yashrichhariyaa) **Created:** 10/24/2022 **Status:** ❌ Closed **Base:** `master` ← **Head:** `patch-1` --- ### 📝 Commits (1) - [`b24dbce`](https://github.com/TheAlgorithms/C/commit/b24dbce1527518e7d4db859abe8670372a334e6d) Create Kruskal_Algo.c ### 📊 Changes **1 file changed** (+54 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `greedy_approach/Kruskal_Algo.c` (+54 -0) </details> ### 📄 Description #### Description of Change Kruskal Algorithm added. #### Checklist - [X] Added description of change - [X] Added file name matches [File name guidelines](https://github.com/TheAlgorithms/C/blob/master/CONTRIBUTING.md#File-Name-guidelines) - [X] PR title follows semantic [commit guidelines](https://github.com/TheAlgorithms/C/blob/master/CONTRIBUTING.md#Commit-Guidelines) - [X] Search previous suggestions before making a new one, as yours may be a duplicate. - [X] I acknowledge that all my contributions will be made under the project's license. --- <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:23:22 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#1667