Skip to content

Conversation

@raghuramjee7
Copy link

Description

Added the Python code for printing all the connected components in a graph.
Changes implemented -

  1. Updated README.md to update the status of the algorithm
  2. Implemented the code for connected components using Depth First Search

Code Explanation

  1. The algorithm runs a DFS on each component and prints the component.
  2. The input is an adjacency list of nodes.
  3. The input is static, there is a method signature for writing a specialised input function.
Copy link
Owner

@kelvins kelvins left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @raghuramjee7! Could you please fix the linter (CI)?

</a>
</td>
<td> <!-- Python -->
<a href="./CONTRIBUTING.md">
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The file link is missing here, could you please add?

@raghuramjee7 raghuramjee7 closed this by deleting the head repository Nov 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants