Closed shuvojitss closed 1 week 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!
✅ 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!
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:
The output should be this:
Full Name
Shuvojit Samanta
Participant Role
GSSOC