DS-Algo-Zone icon indicating copy to clipboard operation
DS-Algo-Zone copied to clipboard

Topological Sorting

Open Yash091 opened this issue 3 years ago • 6 comments

🚀 Feature

Topological Sorting is a linear ordering of vertices such that for every directed edge u v, vertex u comes before v in the ordering. Topological Sorting for a graph is not possible if the graph is not a DAG.

Have you read the Contribution Guidelines?

YES

Pitch

Topological Sorting is advanced algorithm mainly used for scheduling jobs from the given dependencies among jobs

Assignees

(Do not make changes in this section until asked to do so)
C - @arihantthriwe C# - @codesanta142 C++ - @Yash091 Go -
Java -
Javascript -
Kotlin -
Python -

Yash091 avatar Oct 02 '21 06:10 Yash091

@manan025 i would like to contribute in C++. Please assign it to me.

Yash091 avatar Oct 02 '21 06:10 Yash091

@Yash091 C++ assigned

manan025 avatar Oct 02 '21 07:10 manan025

@manan025 i would like to contribute in C. Please assign it to me. :)

arihantthriwe avatar Oct 02 '21 07:10 arihantthriwe

@manan025 i would like to contribute in C#. Please assign it to me.

codesanta142 avatar Oct 02 '21 08:10 codesanta142

@codesanta142 Sure - C# Assigned

manan025 avatar Oct 02 '21 08:10 manan025

@arihantthriwe - C assigned

manan025 avatar Oct 02 '21 08:10 manan025