[PR #514] [MERGED] added file for djikstars's in /greedy_approach #931

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

📋 Pull Request Information

Original PR: https://github.com/TheAlgorithms/C/pull/514
Author: @ghost
Created: 2/2/2020
Status: Merged
Merged: 5/18/2020
Merged by: @deadshotsb

Base: masterHead: dev


📝 Commits (1)

  • d830970 added file for djikstars's in /greedy_approach

📊 Changes

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

View changed files

greedy_approach/djikstra.c (+79 -0)

📄 Description

added djikstra's algorithm in c , solves issue #487


🔄 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/514 **Author:** [@ghost](https://github.com/ghost) **Created:** 2/2/2020 **Status:** ✅ Merged **Merged:** 5/18/2020 **Merged by:** [@deadshotsb](https://github.com/deadshotsb) **Base:** `master` ← **Head:** `dev` --- ### 📝 Commits (1) - [`d830970`](https://github.com/TheAlgorithms/C/commit/d830970d59b25995035fa65033759a4bc6e2ac82) added file for djikstars's in /greedy_approach ### 📊 Changes **1 file changed** (+79 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `greedy_approach/djikstra.c` (+79 -0) </details> ### 📄 Description added djikstra's algorithm in c , solves issue #487 --- <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:19 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#931