UTSAVS26 / PyVerse

PyVerse is an open-source collection of diverse Python projects, tools, and scripts, ranging from beginner to advanced, across various domains like machine learning, web development, and automation.
https://sites.google.com/view/pyverse-python-universe/
MIT License
70 stars 206 forks source link

[Code Addition Request]: Graph Reversal #1050

Closed shuvojitss closed 1 week ago

shuvojitss commented 2 weeks ago

Have you completed your first issue?

Guidelines

Latest Merged PR Link

1020

Project Description

Graph reversal algorithm.

Suppose we have a directed graph, we have to find its reverse so if an edge goes from u to v, it now goes from v to u. Here input will be an adjacency list, and if there are n nodes, the nodes will be (0, 1, ..., n-1).


If the Input is like this: directed_graph

The output should be this: directed_graph1

Full Name

Shuvojit Samanta

Participant Role

GSSOC

github-actions[bot] commented 2 weeks ago

🙌 Thank you for bringing this issue to our attention! We appreciate your input and will investigate it as soon as possible.

Feel free to join our community on Discord to discuss more!

github-actions[bot] commented 1 week ago

✅ This issue has been closed. Thank you for your contribution! If you have any further questions or issues, feel free to join our community on Discord to discuss more!