Skip to content

Conversation

@prex03
Copy link
Contributor

@prex03 prex03 commented Nov 28, 2025

This PR completes the C++ backend for remaining C++ graph algorithms. The algorithms include -

  • Kosaraju's for Strongly Connected Components
  • Tarjan's for Strongly Connected Components
  • Floyd Warshall for all pair shortest paths
  • Kahn's for Topological Sort
  • Edmonds Karp for Max Flow
  • Dinic for Max Flow

Equivalent tests have also been added for each algorithm for both adjacency list and matrix versions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant