[PR #1041] [CLOSED] docs: add comments and explanation to dijkstra's algorithm #1592

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

📋 Pull Request Information

Original PR: https://github.com/TheAlgorithms/C/pull/1041
Author: @swarnimasaxena
Created: 10/13/2022
Status: Closed

Base: masterHead: master


📝 Commits (1)

  • dff0873 added comments to dijkstra

📊 Changes

1 file changed (+12 additions, -4 deletions)

View changed files

📝 greedy_approach/dijkstra.c (+12 -4)

📄 Description

Added comments explaining the dijkstra's algorithm in greedy_approach

Checklist

  • Added description of change
  • Relevant documentation/comments is changed or added
  • 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/1041 **Author:** [@swarnimasaxena](https://github.com/swarnimasaxena) **Created:** 10/13/2022 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`dff0873`](https://github.com/TheAlgorithms/C/commit/dff0873b594767bdc2818ab9f81feff33cac92f2) added comments to dijkstra ### 📊 Changes **1 file changed** (+12 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `greedy_approach/dijkstra.c` (+12 -4) </details> ### 📄 Description Added comments explaining the dijkstra's algorithm in greedy_approach #### Checklist - [x] Added description of change - [x] Relevant documentation/comments is changed or added - [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:22:34 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#1592