ajay-dhangar / algo

This repository contains a collection of data structures and algorithms implemented in various programming languages. It is designed to help learners understand key concepts through hands-on examples. Contributions and improvements are welcome!
https://ajay-dhangar.github.io/algo/
MIT License
68 stars 202 forks source link

[NEW ALGORITHM] Topological Sorting #1214

Open Sivasaiklu opened 4 days ago

Sivasaiklu commented 4 days ago

Topological Sorting (Graph Algorithms)

Description: Topological Sorting is used for ordering vertices of a directed acyclic graph (DAG). It finds a sequence of tasks such that one task comes before another.

I want to work on this, please assign @ajay-dhangar

github-actions[bot] commented 4 days ago

👋 Hi @Sivasaiklu! Thank you for opening your first issue on the Algo project. We're excited to help you out and appreciate your contribution. Please provide as much detail as possible to assist us in addressing the issue effectively. Welcome aboard! 😊

github-actions[bot] commented 4 days ago

👋 Hi @Sivasaiklu! Thanks for opening this issue. We appreciate your contribution to the Algo project. Our team will review it soon.