manan025 / DS-Algo-Zone

This repository contains codes for various data structures and algorithms in C, C++, Java, Python, C#, Go, JavaScript and Kotlin.
MIT License
25 stars 78 forks source link

Topological Sorting #177

Open Yash091 opened 2 years ago

Yash091 commented 2 years ago

🚀 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 commented 2 years ago

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

manan025 commented 2 years ago

@Yash091 C++ assigned

arihantthriwe commented 2 years ago

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

codesanta142 commented 2 years ago

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

manan025 commented 2 years ago

@codesanta142 Sure - C# Assigned

manan025 commented 2 years ago

@arihantthriwe - C assigned