mirror of
https://github.com/TheAlgorithms/C.git
synced 2026-02-13 21:42:29 +00:00
[PR #1538] [CLOSED] feat: Add Dijkstra's Algorithm with priority queue #2145
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/1538
Author: @joaovicenteft
Created: 12/2/2025
Status: ❌ Closed
Base:
master← Head:feature/dijkstra-with-priority-queue📝 Commits (1)
cd02d45feat: Add Dijkstra's Algorithm with priority queue📊 Changes
1 file changed (+189 additions, -0 deletions)
View changed files
➕
math/dijkstra_priority_queue.c(+189 -0)📄 Description
Adds Dijkstra's algorithm using a min-heap priority queue as requested in #1537.
Tested with GCC; no memory leaks.
Fixes #1537.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.