mirror of
https://github.com/TheAlgorithms/C.git
synced 2026-04-17 10:59:37 +00:00
[PR #1220] [MERGED] fix: memory allocation method #1811
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/TheAlgorithms/C/pull/1220
Author: @i-m-afk
Created: 2/21/2023
Status: ✅ Merged
Merged: 3/17/2023
Merged by: @Panquesito7
Base:
master← Head:master📝 Commits (7)
98750bdFix : memory allocation method904a6a0Merge pull request #1 from i-m-afk/i-m-afk-patch-1582025bMerge branch 'master' into masterb026edbupdating DIRECTORY.md28e5184Update data_structures/graphs/kruskal.c2edfb6dMerge branch 'master' into masterc933017updating DIRECTORY.md📊 Changes
2 files changed (+3 additions, -3 deletions)
View changed files
📝
data_structures/graphs/kruskal.c(+2 -2)📝
leetcode/DIRECTORY.md(+1 -1)📄 Description
Description of Change
I have fixed the cpp implementation of kruskal.c and changed it such that it can compile on a C compiler
References
Checklist
Notes:
In C there is no
newkeyword and have to usemallocinstead.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.