Ayush7614 / Daily-Coding-DS-ALGO-Practice

A open source project🚀 for bringing all interview💥💥 and competative📘 programming💥💥 question under one repo📐📐
https://daily-ds-algo.github.io/DS-Algo-Website/
MIT License
320 stars 475 forks source link

Topological Sorting #1521

Open Surajvatsya opened 3 years ago

Surajvatsya commented 3 years ago

Aim

linear ordering of vertices

Details

Topological sorting for Directed Acyclic Graph (DAG) is a linear ordering of vertices such that for every directed edge u v, vertex u comes before v in the ordering.

Programming language

@Ayush7614 Bhiya, I would like to work on this issue in C++. Please assign it to me.

KarthikTadala commented 3 years ago

Im preparing for my internships and it would really help me if you assign this question to me Kindly assign me this issue under LGMSOC