[PR #263] Added Topological Sorting #564

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

Original Pull Request: https://github.com/TheAlgorithms/C/pull/263

State: closed
Merged: Yes


Hi, this is my attempt at adding the code for topological sorting of a graph.
A sample I/O of the program is:
topologicalSort

Please review and merge if found useful. Any type of feedback welcome 😄

**Original Pull Request:** https://github.com/TheAlgorithms/C/pull/263 **State:** closed **Merged:** Yes --- Hi, this is my attempt at adding the code for topological sorting of a graph. A sample I/O of the program is: ![topologicalSort](https://user-images.githubusercontent.com/25523604/65689054-d0384200-e089-11e9-9ed6-eeb64eb8fce3.PNG) Please review and merge if found useful. Any type of feedback welcome 😄
claunia added the pull-request label 2026-01-29 15:13:46 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#564